Loading Tool

Explorer IconExplorer

Memory Pool

78,169 transactions
28.99 vMB
0.07962177 BTC
Random Selection Loading Transactions
Max Size: 175.78/200 MB

Candidate Block

Mining Attempt 115c96418002d4529bbede5dad06206d372405d5c290e21e0a7348caacd8710e
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 64ab05ac7c83dbbd27fe5dc881a9076f20fc5c7a3719ba78fe6eb6cf8895ba23
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,367
Size: 1.00 vMB
Total Fees: 0.01913117 BTC
Feerates: 100.81 > 1.92 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (374,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
541,136 541,136 0000000000000000000740b2d9bb8450f16d8bd3b4815a27d9766125a8e42c3f 1,572 0.59/1.00 vMB 17
541,135 541,135 00000000000000000005c6cbeb1556eff5c3b09f9559527a277bd6012bdf924e 615 0.26/1.00 vMB 13
541,134 541,134 000000000000000000278d9e701c51e0aa45694e8ec9ac036e135412150519a4 2,763 1.00/1.00 vMB 26
541,133 541,133 000000000000000000260ac99896784f08f45a31439a2ff1d6536a60044491f5 58 0.01/1.00 vMB 22
541,132 541,132 00000000000000000019c0301afeca5f43b0dcc59e8ea5c3ebddc6b6a6f3d8d5 793 0.26/1.00 vMB 24
541,131 541,131 00000000000000000002d1374f85caff1fd1f9f184ef8535302243f7b877d37e 1,076 0.46/1.00 vMB 19
541,130 541,130 0000000000000000000063ead66f61a41a7411a01d196b55b3c90435f14cb907 1,965 0.79/1.00 vMB 26
541,129 541,129 000000000000000000260af683d2afc13d6a40b330d2e23ddf3bf46eaf7f0930 1,022 0.56/1.00 vMB 22
541,128 541,128 0000000000000000000b3209fcfa26736bb540f1ffdd43e95fa3937c9f1fa0db 2,197 0.84/1.00 vMB 25
541,127 541,127 0000000000000000001314420b26884db76a3571829c8528b6b909a05d3917ab 1,879 0.72/1.00 vMB 26
541,126 541,126 0000000000000000000bdd42b348adeaced63d5211700264b19452a5c68e2f08 1,963 0.96/1.00 vMB 17
541,125 541,125 000000000000000000116b5ff5e24a3fbff4d6f6ddfe9952ddc86683a3c4afe0 2,532 1.00/1.00 vMB 23
541,124 541,124 00000000000000000001e651ede56f48acccb70ab673407604eece4dc26c2ae3 2,059 0.92/1.00 vMB 22
541,123 541,123 0000000000000000000da7061b5e1bde15638e07030e28ffba15a6b3a3f46236 820 0.33/1.00 vMB 20
541,122 541,122 000000000000000000090cdec9909b1c6a6d5ecc113d74ce3cc4b1ba156fa8a2 1,156 0.85/1.00 vMB 7
541,121 541,121 000000000000000000008095a0f518d3b8d7c6b6b69669fb825f919007d131ea 2,695 1.00/1.00 vMB 15
541,120 541,120 00000000000000000010593bce0af6f3ae181b7f178a2ccba219cf191d6d29e6 2,606 1.00/1.00 vMB 33
541,119 541,119 00000000000000000013631cf2f4a459d73fdd5107e3702b24e8e51e131c5e54 2,414 1.00/1.00 vMB 21
541,118 541,118 0000000000000000000200e7010546f6535d3960dfaf35b159c96ac1d4f36690 2,267 0.97/1.00 vMB 3
541,117 541,117 0000000000000000001861945b5d7ecc1c70c6b45a65ba266a3059a367b0ec39 2,320 1.00/1.00 vMB 14
541,116 541,116 0000000000000000000bc752ed123838b8e5e8b3794bb6ea765d84b919aca272 2,690 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.67 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: 673.09 GB
    • Received: 16.39 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.