Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,221 transactions (0.94 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,236 000000000000000000022b910000000000000000000000000000000000000000 0.94 vMB 3,219 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,235 (872,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
38,821 38,821 00000000092f073220c4dffbea96343d7ccfd57f3a68f04c27dd2a2c9172b0a6 0.00 MB 1 0
38,820 38,820 0000000038403a4d288f1eb7054e9654794f4dbf3712f8b0234a4430da014684 0.00 MB 1 0
38,819 38,819 0000000016d276a68c472a3ef1d7ebfc321e8dd5d96c16bb7867b421847d5d42 0.00 MB 1 0
38,818 38,818 0000000064ae41b3c3394d2435da1a1a8b298d3953cbc4dc41960c5dd3c4b70e 0.00 MB 1 0
38,817 38,817 00000000885932ecaf5fb03f993072fd7d09d4ff2417d33188fb90ff79da1b0a 0.00 MB 1 0
38,816 38,816 0000000055cc2e8e7c52b9acc9b805bf45c6d30782969eead547ab6c6d651020 0.00 MB 1 0
38,815 38,815 000000003d15d8677ed317307e2df02ef057072863cd30ebfba9447da8aedcaf 0.00 MB 1 0
38,814 38,814 000000003a9f1214ebcf8e145b7ac33a1c3efc48f0883199099acf77f9364527 0.00 MB 1 0
38,813 38,813 0000000069e3822afe22158bf84c83bba8641e3ac8988991de49b811f980872f 0.00 MB 1 0
38,812 38,812 000000007afa7d792d13f748fb565ddb6bb44f25ffb2227d5d0fc9db11d31f61 0.00 MB 1 0
38,811 38,811 000000006510e83d9dc63c81f5ad35192866eb46289409dfc397dea9abc19927 0.00 MB 1 0
38,810 38,810 000000002871fb95f195904e4b2d97a1c69406c1cf7ed52957736e08937ab040 0.00 MB 1 0
38,809 38,809 000000002b354e2f0bd622a7d84970c9487fa6f3948d5cd863275c6ed4af5067 0.00 MB 1 0
38,808 38,808 000000003d1268a5a411dc3a0f9179b784f80e288f714fbcfaa2b1beb5968874 0.00 MB 1 0
38,807 38,807 0000000051efc855578c025fffa7265bc7385d9b37252d117510eb12d7accffb 0.00 MB 1 0
38,806 38,806 00000000074f3c92a612024b9cc59c480d845414a8707a3cfcd094ea4d303710 0.00 MB 1 0
38,805 38,805 000000003e18b456ac0a3d010d40966d336c4b456664b89fbd8a7b6f281e93e0 0.00 MB 1 0
38,804 38,804 000000007c21a28b11e03582178c93bc87e92b48b1b0f1d011821e46d6e0ce1d 0.00 MB 1 0
38,803 38,803 0000000040edf8a74eb92faad1135dd5dac414cc7e2b54d82ff5941756136bac 0.00 MB 1 0
38,802 38,802 0000000078484b12f9ade5d1caa5fc973345026e813ff6d4f2620c2ac928b5d2 0.00 MB 1 0
38,801 38,801 000000001dfde19b91cb1e1860cbdb6f6612c22a77bce22c76ae1c6290590a14 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.68 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,380.91 GB sent, 127.23 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.