Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

866 transactions (0.31 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
912,003 000000000000000000022b910000000000000000000000000000000000000000 0.31 vMB 859 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,002 (52,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,810 859,810 000000000000000000027445773a086f00fb844ba6f80c1152cfd96eef074648 1.66 MB 6,576 4
859,809 859,809 000000000000000000002417ac20f1f56771b25543d0382baed561f687788145 1.65 MB 7,846 2
859,808 859,808 000000000000000000015922f4fea7c7e98baaa089b24a152aa41ea6c82f6b86 1.58 MB 7,649 2
859,807 859,807 00000000000000000000701dc03d5737c99cfaa249a462587b0dbdfada798492 1.85 MB 5,466 2
859,806 859,806 000000000000000000015d7a80527d885a1cb6623abb9fcd6a44bd3317b05581 1.61 MB 3,612 7
859,805 859,805 00000000000000000002b947f27f18003ef44d8e849ffe76c05dbbb9c52e783d 1.82 MB 4,320 5
859,804 859,804 00000000000000000001dbe53e594ba8df857a0f9c553ed00c4707f1f4027b2b 1.65 MB 7,579 2
859,803 859,803 00000000000000000000e669322696eb22f1922c30e02738d16369d394546322 1.64 MB 4,462 5
859,802 859,802 000000000000000000013aae997057ac17ade7a0473033db1153a134931fa556 1.64 MB 6,602 3
859,801 859,801 000000000000000000011d355450891039123e0c7140b1f4af328e6b742e671c 1.61 MB 7,468 3
859,800 859,800 00000000000000000002ae245707479783cc138d67cccdca954731d904883128 1.65 MB 6,562 3
859,799 859,799 00000000000000000000944279ce2f639b5b35227cfe605b1bd10c39d1f03196 1.63 MB 6,017 3
859,798 859,798 0000000000000000000127203a884d559c41b66076a2d33f636f8dfb4122173c 1.61 MB 6,624 4
859,797 859,797 00000000000000000000e7abda2bca8012bd166047d74b1d5ed4d942b04d5acd 1.56 MB 7,695 2
859,796 859,796 00000000000000000001262f645a8151902c2135440aca69903a5b955f14f79e 1.50 MB 5,351 3
859,795 859,795 00000000000000000000faef5d7dd41560d6c476a1224b707f724ef57db79dd4 1.58 MB 2,813 6
859,794 859,794 000000000000000000030cefb0ba526a1c2cfe3fb490ad4dd4c93d5cf7746d3b 1.62 MB 6,314 3
859,793 859,793 000000000000000000025086332d01370678c4f0f051e5b81cab6bbc6e092bdb 1.61 MB 7,485 2
859,792 859,792 00000000000000000002894118608f9e730da6a92e18bf94cf89c65bb043646a 1.64 MB 6,191 3
859,791 859,791 00000000000000000001ad536f0480ed53da417d6a7b74d4fe0e353f1a01ec3e 1.64 MB 7,153 3
859,790 859,790 00000000000000000002682cbd0e3161831009d882fb28419998a17f801154e0 1.68 MB 4,264 4
Previous 10 blocks ↓
Total Size: 777.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,508.64 GB sent, 133.92 GB received

Notes

  • This page updates every 5 seconds.
  • 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.