Loading Tool

Explorer IconExplorer

Memory Pool

45,906 transactions
29.11 vMB
0.14191357 BTC
Random Selection Loading Transactions
Max Size: 151.73/200 MB

Candidate Block

Mining Attempt 6d188775910107732cd7a664a6a59bd88edf386f3f8e199c651f48302ee393dd
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root f596d180b855e8c8afcb0842aa755953dc4c43fa89c67b59256b5bef6edcf805
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,798
Size: 1.00 vMB
Total Fees: 0.04320758 BTC
Feerates: 150.75 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (821,539 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
93,171 93,171 0000000000029a8b0cc1dce716e8e4081e32b671226c0ce56482b8d9147ffd68 2 0.00/1.00 vMB 0
93,170 93,170 000000000004811015b1ee0aea7e5df7bb21e91130649352ad38ee2e480b0383 2 0.00/1.00 vMB 3,875
93,169 93,169 000000000003a037e4aafa9ef9f5af050181f5e4368376a2c712c2a9870b48c4 1 0.00/1.00 vMB 0
93,168 93,168 0000000000006aa703a826dcb8505c3d8dbca0e37812b9150745bacfa4b51f65 4 0.00/1.00 vMB 1,293
93,167 93,167 000000000004fc70fbae8fdd2f037aad524e41a9c39bb684d9d64a8aa9578833 6 0.00/1.00 vMB 1,133
93,166 93,166 000000000002c67448a4b2e72453c71b6cc7e3ba7f32b3cc4c59839692838098 1 0.00/1.00 vMB 0
93,165 93,165 0000000000041d89236918129da26bc20ac5275a892bb4b12d955c188d574c07 1 0.00/1.00 vMB 0
93,164 93,164 00000000000770fe6e1c4ecee258e2265a79682b655e8311409463833787af49 3 0.00/1.00 vMB 0
93,163 93,163 0000000000098a41143624943c14f4b3eb3e7161b9a67f474f36d93604adb349 5 0.00/1.00 vMB 968
93,162 93,162 000000000003e9d54a3680ee5c380812768bfbbfaea1ac3462418205080e25cb 3 0.00/1.00 vMB 2,070
93,161 93,161 000000000004d10e07d19d949ee85f480d90d52776ac25a41c9890b0c6692974 3 0.00/1.00 vMB 2,403
93,160 93,160 00000000000541e51d5d95b3b16386ef8b83cd470cbb77164bf119888afcef3d 3 0.00/1.00 vMB 0
93,159 93,159 0000000000022da5034c08e2c4a8d4b57f63518250550dd536362fc77f7c26a4 3 0.00/1.00 vMB 1,934
93,158 93,158 00000000000144fdbf288620764c1f0d12c7f26e00ec509da6f246c68b5efc63 2 0.00/1.00 vMB 3,891
93,157 93,157 0000000000016aa9e947d8beabf861842909153c754d8b41480f2d298f2861a3 3 0.00/1.00 vMB 2,070
93,156 93,156 0000000000085086bc0528352c460ce0673ad29d9f0f8f352d31ed33e516771a 1 0.00/1.00 vMB 0
93,155 93,155 000000000000b41357eedb8e90fea032bac197a026214ea34d156161396e0cdd 6 0.00/1.00 vMB 632
93,154 93,154 00000000000486d25064a6cb5dd6c81344879c70d27db88893b3e0ad247be0c1 2 0.00/1.00 vMB 0
93,153 93,153 000000000003a1eeb374c84aeaacc753131d3a8fe160ebe2c42324830b4c1e91 5 0.00/1.00 vMB 2,143
93,152 93,152 000000000000344878bf81936f09d138c0d0f74d5f9444f941b04c706c6a5c30 11 0.00/1.00 vMB 966
93,151 93,151 00000000000101fced740b1f0bde372967a8cc1905d824c00fad0de840a3323a 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 645.03 GB
    • Received: 12.66 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.