Loading Tool

Explorer IconExplorer

Memory Pool

79,764 transactions
29.41 vMB
0.12438643 BTC
Random Selection Loading Transactions
Max Size: 178.38/200 MB

Candidate Block

Mining Attempt 5fccb31155819194198e268b03693835a85a3e3328cefdfe6e8b1d5e49161d4b
Version 20000000
Previous Block 00000000000000000000ca68321e715c058b4ac6f690c42b142839c1ac65667b
Merkle Root 60383bbaefd799753c09b02bbd1c9d3ce3b01efdfe0bb54805b56b8e83e1627a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,756
Size: 1.00 vMB
Total Fees: 0.06143709 BTC
Feerates: 101.65 > 6.16 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,119 (285,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,624 629,624 0000000000000000000accd448c926739887d05312172552fbfc46c821b4d219 2,382 1.00/1.00 vMB 66
629,623 629,623 00000000000000000002235c2a6d7da992768210c3010a1abc1683281ec4ddcc 1,788 1.00/1.00 vMB 8
629,622 629,622 000000000000000000020afebbfa83f6858de287c90e4d1f20519472d5da2d61 2,388 1.00/1.00 vMB 12
629,621 629,621 0000000000000000001080e642bd08d1be865b7a03a4999699a42b3fad0024b3 2,881 1.00/1.00 vMB 37
629,620 629,620 0000000000000000000f91ca85610c57db4e0b1f4f0c294c7ef3f8286b1f4e18 2,400 1.00/1.00 vMB 86
629,619 629,619 000000000000000000109af9c2cd95af77870a7938dd007025ab5089c102ae46 2,201 1.00/1.00 vMB 94
629,618 629,618 000000000000000000076fb3f4b1a09830212503fa34f09c968a37a49a2c4047 2,328 1.00/1.00 vMB 103
629,617 629,617 000000000000000000094d7b48be65ad7128f7db9d8e92d57ebca22d5588bfe4 2,290 1.00/1.00 vMB 81
629,616 629,616 000000000000000000085990d173727ec91b8d4c163dbb405d44d9fdbaf6603a 2,326 1.00/1.00 vMB 8
629,615 629,615 000000000000000000101b38d4c4a3b639618adb6a19bf3e80aa38743b9f6c45 1,831 1.00/1.00 vMB 26
629,614 629,614 0000000000000000000e8da8637804e84ac9a3004e7c3dc69154598c025e64be 2,882 1.00/1.00 vMB 77
629,613 629,613 0000000000000000000fa09b94a3825310a33a5d51cae7d4686ac26c898ba75d 2,056 1.00/1.00 vMB 12
629,612 629,612 0000000000000000000abb6e3610d4d9502be39b2ce8f81d1ccb5e77bbed2177 2,118 1.00/1.00 vMB 17
629,611 629,611 0000000000000000000d47913d0992a7353b2124c05698ddfd960ae7f9c954b9 1,811 1.00/1.00 vMB 22
629,610 629,610 0000000000000000000487beac13b6e42e165f09d0fa667aef2dd2ca7a6a4492 2,246 1.00/1.00 vMB 69
629,609 629,609 000000000000000000045225ffc2bb0151410e2bc93f95fcf0e5f82c5091e66a 2,397 1.00/1.00 vMB 73
629,608 629,608 0000000000000000000f119df118896383b9c1f869476d05a45a170d84f039aa 2,393 1.00/1.00 vMB 44
629,607 629,607 0000000000000000000f59180b8786a7357f60675fefaae997f7da7981d3e922 1,966 1.00/1.00 vMB 77
629,606 629,606 0000000000000000000af039e4a82f3084457bddaafdc826fc43dd21e90062c6 2,533 1.00/1.00 vMB 104
629,605 629,605 0000000000000000000ae738caf5078f3d2c9d3a8f5cf1f6441fc6c1abfb1b2f 1,081 1.00/1.00 vMB 53
629,604 629,604 000000000000000000033b6c415113f5e32ffc33c1f23b74967870789d4aec9e 2,091 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.60 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: 671.67 GB
    • Received: 15.98 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.