Loading Tool

Explorer IconExplorer

Memory Pool

85,262 transactions
31.93 vMB
0.19692727 BTC
Random Selection Loading Transactions
Max Size: 189.72/200 MB

Candidate Block

Mining Attempt 55d24c213fcfc1f40f44f0b360bbc235d1466b8c3576d109031b0febae65af55
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root e25e5b713f37a5b0d713fd5df46234dec962a97698993335d7fbd332b109392a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,816
Size: 1.00 vMB
Total Fees: 0.07592613 BTC
Feerates: 301.64 > 7.61 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (323,567 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
591,578 591,578 00000000000000000018810d9e17cb2953d06f0059fdac8be451fb4e8f8241f9 2,703 1.00/1.00 vMB 23
591,577 591,577 0000000000000000000fd38ddeb8a5f3acc71f611d72c7d6976977648c213efa 1 0.00/1.00 vMB 0
591,576 591,576 00000000000000000016827b573448ddd18da421aec2cf8cd261f4a622c712b0 2,920 1.00/1.00 vMB 20
591,575 591,575 0000000000000000000130d451a3f08ca81e2a9b326e77a3a3ad564d0a6980c6 1,436 1.00/1.00 vMB 11
591,574 591,574 000000000000000000130b1021ec0ea90ad2587c0a0bcd6f4987936a15f050af 2,412 1.00/1.00 vMB 9
591,573 591,573 0000000000000000000e7aea9a2a0b224b3c99f98ee8f9612e8631697c132bc7 1,899 1.00/1.00 vMB 21
591,572 591,572 0000000000000000000f5e76cda442fe5530837748808fac54b7186e422f0a2d 1,157 1.00/1.00 vMB 15
591,571 591,571 0000000000000000001248d7239d7f2b4ea02e3e99763208e701edad69418d4d 1,588 1.00/1.00 vMB 21
591,570 591,570 0000000000000000001337a33b32262aa36e9d1b32e0ad8f1f8f05d72afcf630 1,185 1.00/1.00 vMB 15
591,569 591,569 000000000000000000022add6842e468f04e8a837fb3d17ad078873b2d580fe2 578 1.00/1.00 vMB 6
591,568 591,568 00000000000000000008e5213f67c3ba11ffd6fd3b987dbd1567a9a988dcea5a 1,927 1.00/1.00 vMB 13
591,567 591,567 000000000000000000177c64e938751aefdb2e4ffa5eebb5499552aaff258c7c 2,974 1.00/1.00 vMB 11
591,566 591,566 00000000000000000013528622ee91ce682bfe9350213c742c4390c7d54503b5 2,868 1.00/1.00 vMB 39
591,565 591,565 00000000000000000011c51e900e1c6e3fb9272155f46c630b7aec0905097af9 2,321 1.00/1.00 vMB 32
591,564 591,564 0000000000000000000a9f25513917ca0d46479e989c3fa5b27228e9e928cbd3 2,801 1.00/1.00 vMB 49
591,563 591,563 00000000000000000009a30a3350cd6546cc410c44ab87267cecbb4e2bce8929 2,891 1.00/1.00 vMB 51
591,562 591,562 000000000000000000104b1a9ccc36f8d0440b2b7098f2d87ec387d1c7187f09 1,681 1.00/1.00 vMB 11
591,561 591,561 0000000000000000000a2887dc5dc5703caf567a7e141e8fdb5869a9276aa6f7 3,004 1.00/1.00 vMB 24
591,560 591,560 0000000000000000000ee11e78fe77472f317941ee3559371f3984efb721206a 2,869 1.00/1.00 vMB 28
591,559 591,559 00000000000000000014d66baabdee1288c6fdc795dd635523d64af31d2ab220 3,001 1.00/1.00 vMB 42
591,558 591,558 000000000000000000186d1e6906854434af024d215d5e3eb7dfc66631fc5409 2,994 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.61 GB
    • Received: 16.28 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.