Loading Tool

Explorer IconExplorer

Memory Pool

38,018 transactions
26.81 vMB
0.05336536 BTC
Random Selection Loading Transactions
Max Size: 139.33/200 MB

Candidate Block

Mining Attempt 587d609a81f45a0d38d0a0dbb0bda4acee20d7963d6d1fdcde2de9401301972d
Version 20000000
Previous Block 000000000000000000000f0eb32368ca338bda4641ae91e1df2854638c1f9b59
Merkle Root efffa95222e922a06d698ae213491f1619ef5da3d9b312d9edc3e9f7a9782d09
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 539
Size: 1.00 vMB
Total Fees: 0.00397468 BTC
Feerates: 44.54 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,866 (260,317 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,549 654,549 0000000000000000000978eaf67f6b8808a06aeb63fc6f1ecf0431f0da75b73b 2,258 1.00/1.00 vMB 235
654,548 654,548 00000000000000000003ab428fd08766926bd11302956619e926f5bb780a4ffd 2,843 1.00/1.00 vMB 221
654,547 654,547 0000000000000000000019753e5bb12dac7a53e3aa81bb572392472afc02db00 2,610 1.00/1.00 vMB 260
654,546 654,546 0000000000000000000bb1e957cdeb49690188181e1144b7ef6be9a29aad1a5f 2,826 1.00/1.00 vMB 222
654,545 654,545 0000000000000000000cfe6100748773e3e7d0531b7c31717dca92830eeeb2a1 1,780 1.00/1.00 vMB 222
654,544 654,544 0000000000000000000ad2920e9d7ced479617e515c88791a1ea0d1b16814d01 2,788 1.00/1.00 vMB 218
654,543 654,543 0000000000000000000c3011bc48f1ca2ed383f3d8fa89af4bb356b8a5bcc33d 2,698 1.00/1.00 vMB 253
654,542 654,542 00000000000000000005ad8c404a7b9219cf769f90515b1b624136b25f6f526a 2,485 1.00/1.00 vMB 219
654,541 654,541 00000000000000000006c3576694849a2534ab7344d1566812dc23e4fd9ee232 2,562 1.00/1.00 vMB 247
654,540 654,540 00000000000000000000e7b95b26b236faf1a0c69b709ef637c5fdb70063344f 2,708 1.00/1.00 vMB 257
654,539 654,539 0000000000000000000106ead68688daea3e9c75ae627b578fa45173a74b1463 2,478 1.00/1.00 vMB 224
654,538 654,538 0000000000000000000207ab3c4920f2bbafd335578dc346b094277b1872c844 2,794 1.00/1.00 vMB 242
654,537 654,537 0000000000000000000b939aa23faa4c322454ba74444faa95c5723feea4055d 2,914 1.00/1.00 vMB 258
654,536 654,536 0000000000000000000889b28b07d0098fa6db2ff3f85d02123ccd90854cd485 2,734 1.00/1.00 vMB 220
654,535 654,535 0000000000000000000af7cad2ecb9c73bbe135c2b619c0a673c9025eccf333e 2,571 1.00/1.00 vMB 244
654,534 654,534 000000000000000000064d8fe12c72b949e046c292fa746b54dc57c2194358ef 2,423 1.00/1.00 vMB 217
654,533 654,533 000000000000000000059a2fdbd38be75f84e3bb0533f1e54beb2f6fd502b27a 2,817 1.00/1.00 vMB 238
654,532 654,532 00000000000000000001a7012add96c3de99a69f60607d83f6ae9d5aaa171803 3,308 1.00/1.00 vMB 290
654,531 654,531 0000000000000000000b158d376eed445dd99c432cf2efc8382b7302c710554f 2,095 1.00/1.00 vMB 229
654,530 654,530 00000000000000000004a4d6d313c39cc8128c671d39059b99fa89ca6eea5bbd 2,828 1.00/1.00 vMB 144
654,529 654,529 0000000000000000000e045d81ddd2f248ec00a818eda28d1fc4e9f7dbfb3273 2,183 1.00/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 782.15 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: 653.02 GB
    • Received: 13.82 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.