Loading Tool

Explorer IconExplorer

Memory Pool

45,852 transactions
27.33 vMB
0.07408537 BTC
Random Selection Loading Transactions
Max Size: 144.87/200 MB

Candidate Block

Mining Attempt 2f85c5ea113faafddd1a1b430b1b084c17aeca89059e9bdcea4c2ced0a21d974
Version 20000000
Previous Block 00000000000000000001e1af25ad4e9d2008c13672c48d9c88eeac32a869b9f2
Merkle Root e71bf5d448cdbb8193fe4c58109961eebb7437477368dfade194a4ad0357ec5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,922
Size: 1.00 vMB
Total Fees: 0.02298130 BTC
Feerates: 301.59 > 2.30 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,789 (335,453 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
579,336 579,336 0000000000000000001deef7a8a9978d3072803018de868b1a475ac112d4647d 2,644 1.00/1.00 vMB 104
579,335 579,335 000000000000000000147e0eb742726644296b3a1c2317e3ddd606b12a11f86f 2,735 1.00/1.00 vMB 161
579,334 579,334 0000000000000000001d504ebdcb29176388057fe000e44571ad06d8c056c805 2,413 1.00/1.00 vMB 55
579,333 579,333 00000000000000000000eafb4d99ca2ffa84fdce3700a0fad95e8c7ae65d84c0 2,367 1.00/1.00 vMB 72
579,332 579,332 000000000000000000088f56ecdea1294c5a2563fb1acc9b4ea5dbefa6aec74d 2,565 1.00/1.00 vMB 49
579,331 579,331 00000000000000000014792ecaa04d74f17dd6a32026a9554a195071a82d4d53 2,270 1.00/1.00 vMB 97
579,330 579,330 0000000000000000001bd8604d2680cc4e296cecc995ccbfe4b06cf5223e88c6 2,371 1.00/1.00 vMB 161
579,329 579,329 00000000000000000011795dad0ce6fda24338b4f892e08ee5386317e158a6f3 2,247 1.00/1.00 vMB 66
579,328 579,328 0000000000000000001804eda534a76b3178fd22664ba302405529e182eff144 2,667 1.00/1.00 vMB 163
579,327 579,327 0000000000000000000df0562bc8f1512cc1873db9affe2d20f6bbd99c734f87 2,131 1.00/1.00 vMB 125
579,326 579,326 0000000000000000001e41b87bd80304311888fe31496077425285fc167b3f73 2,272 1.00/1.00 vMB 134
579,325 579,325 00000000000000000025aa28fe2450ef6267ea7b6754427979c5cf0c1ecd8d6b 2,549 1.00/1.00 vMB 172
579,324 579,324 00000000000000000022c64e0a04ccfb35dfd3ef05f589f8c5a47d18c16dcb91 3,115 1.00/1.00 vMB 219
579,323 579,323 0000000000000000001d45c1e2e1b5cb4b4b26d2f6c029e29fc28f3db1663809 2,301 1.00/1.00 vMB 75
579,322 579,322 0000000000000000001d43bacc26e5841a955a8c57271438862844bcef827b98 2,066 1.00/1.00 vMB 31
579,321 579,321 000000000000000000005cf261d9ae5de8e473a95f8de58294cb5510a7f6b476 2,432 1.00/1.00 vMB 89
579,320 579,320 000000000000000000109a453c09d5040c8d765a971d56a287a2dab580de2918 2,664 1.00/1.00 vMB 124
579,319 579,319 0000000000000000000b2912fc1a4c0dd7986575fd988ceb3708a1d5b1e4b86b 2,782 1.00/1.00 vMB 181
579,318 579,318 00000000000000000005242d8c3ed43c7c288ca57de2aa2b39421623ab3a68e4 3,002 1.00/1.00 vMB 105
579,317 579,317 000000000000000000240782e53de9132c5d9202fbddcd7fc0ecd939cf548c4f 2,962 1.00/1.00 vMB 143
579,316 579,316 0000000000000000001caf8cefceb14182a78e49f36022e9a8c8881a3c037ce0 2,640 1.00/1.00 vMB 198
Previous 10 blocks ↓
Total Size: 782.01 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: 649.37 GB
    • Received: 13.17 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.