Loading Tool

Explorer IconExplorer

Memory Pool

49,468 transactions
22.28 vMB
0.14825894 BTC
Random Selection Loading Transactions
Max Size: 125.66/200 MB

Candidate Block

Mining Attempt c8d11d808e54853d06fe9d582ea7cf1631db31d35000ccdd8a696290c56e8df3
Version 20000000
Previous Block 00000000000000000001d32a64f5a9fd0bffe928323de9f2e4c91f06684e673c
Merkle Root 9de07b785663cb6378cd3dcabe9a0a2e95addd235291d3f515068807bfe310a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,723
Size: 1.00 vMB
Total Fees: 0.08291107 BTC
Feerates: 477.45 > 8.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,920 (887,795 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
26,125 26,125 00000000ba977131c17673b3722010f7bb1316453179e0ebe74cfdf59a24c664 1 0.00/1.00 vMB 0
26,124 26,124 00000000e34cc9451d57db26d71b295f982df77084ca9d921599e8a3cdc91916 1 0.00/1.00 vMB 0
26,123 26,123 0000000038c692382e32a3f1edb5325ae9774bb01f15795a6064eb496ad987e6 1 0.00/1.00 vMB 0
26,122 26,122 00000000dd84514a76dc1a056117919ba78fc15f443a0c3b77bb06a499741108 1 0.00/1.00 vMB 0
26,121 26,121 00000000bf6d31557981d127ae1f4e386b09aee76215dcaba881381ac096414c 1 0.00/1.00 vMB 0
26,120 26,120 0000000023c41894f49c0a86b6bee9aed6f8d0ffc3b5aaa0206b1168e4e5c0a6 1 0.00/1.00 vMB 0
26,119 26,119 00000000ea7840916861f95daf4f69c248b590eb4710a09ad4eaec9f152a59b3 1 0.00/1.00 vMB 0
26,118 26,118 0000000047f4273fb55a9888f134c392a69326131aa1c5456152a30d63c7dfbb 1 0.00/1.00 vMB 0
26,117 26,117 00000000ce5a054d86b90ea3f3830be40b2b061249ce190e7cc90eff1cb57e7d 1 0.00/1.00 vMB 0
26,116 26,116 0000000052534d33a3a7150206f474b46832120dc47efbf36768a84f4a047abf 1 0.00/1.00 vMB 0
26,115 26,115 00000000f91e05c8fcb09488963b3fbbe8a9ced18bebc2c98ade572b0e55bc22 1 0.00/1.00 vMB 0
26,114 26,114 00000000efb273d3793a5e852571526d86a78cfe116eea706df07760575d02b8 1 0.00/1.00 vMB 0
26,113 26,113 00000000190dfe09a1f1181dbc48cf6c346d24e9186d923412c41c531632419e 1 0.00/1.00 vMB 0
26,112 26,112 00000000a5ec628ab7ebf616a3b5c2ce0ac82fc6a2b97e457a9c45534c817384 2 0.00/1.00 vMB 0
26,111 26,111 000000009a8da061917d3923092f7b4aa4a2963e00621795f4081b6450dc98ef 1 0.00/1.00 vMB 0
26,110 26,110 000000004b0b4d3cd36d58acab1c8f0c21b9dd7e39e9a9599423ddbf0f2bf49b 1 0.00/1.00 vMB 0
26,109 26,109 00000000d26a22e36740af6ddfce9b91f0695e37642190ebb0a3a29a0fc77e83 1 0.00/1.00 vMB 0
26,108 26,108 00000000d1e06e35821a82f9053bcebcc016a69243658a5e580447f6a0ec0025 1 0.00/1.00 vMB 0
26,107 26,107 000000001538d2987ab849ff646324d233b71f35ecf61c0a894269589da36306 1 0.00/1.00 vMB 0
26,106 26,106 0000000013c6eb39974a4dd14aca94dc44f4a3a0596021e158a79960ab81fb7d 1 0.00/1.00 vMB 0
26,105 26,105 0000000020614c018ba3ce7a8d73fa789664d1831bcb90482668c55a51ace333 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.47 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: 528.41 GB
    • Received: 5.61 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.