Loading Tool

Explorer IconExplorer

Memory Pool

81,755 transactions
30.81 vMB
0.08092360 BTC
Random Selection Loading Transactions
Max Size: 188.99/200 MB

Candidate Block

Mining Attempt ea0d663c1b2923b39fef890938a54891781adaed49b579a60314818004c5bf1a
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root b55315c7f66a5c2b01f9c76ba6918866c3134007de4e16aff8ed74fe11e790d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,506
Size: 1.00 vMB
Total Fees: 0.01169017 BTC
Feerates: 151.12 > 1.17 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (492,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,646 422,646 0000000000000000001d799a746f2b24a2906afe2bc5bb17cc15ea15ed1e6ee3 2,952 1.00/1.00 vMB 92
422,645 422,645 000000000000000001b540155ddc8566590b9f7eb2d920fe41126af2541e70f4 1,750 1.00/1.00 vMB 50
422,644 422,644 000000000000000001a94543a0c2df2d5514c6be27ba2173da35216e9569a68a 1,462 1.00/1.00 vMB 42
422,643 422,643 0000000000000000037f995df307ffee8df082b7897adf51a1b2477b63e09e24 703 0.92/1.00 vMB 30
422,642 422,642 00000000000000000271e893ac459133bcf5b52c7b0b3bdacce424b1506b1cb3 1,535 0.98/1.00 vMB 54
422,641 422,641 00000000000000000041bd13f85e4223c142ed51943fe0fb476330fef8902e15 1,175 0.95/1.00 vMB 41
422,640 422,640 00000000000000000105be938d62d7422eea56dfd45e6740f9014c76b8e92dcb 869 0.95/1.00 vMB 28
422,639 422,639 000000000000000005026106f99618e3feed7f1a0baac9609020f769bf694443 2,441 1.00/1.00 vMB 71
422,638 422,638 000000000000000000b2eb7f49e8724eb1cee0e7813a21d49ff9a19f60d3b561 1,829 1.00/1.00 vMB 35
422,637 422,637 000000000000000002bb830e2207362ede0ab4643d7c4bb18894631e4d422f2b 2,084 1.00/1.00 vMB 52
422,636 422,636 00000000000000000004420fa73369b51a3ddaf56531915a2cd881a4eb857dee 2,413 1.00/1.00 vMB 63
422,635 422,635 00000000000000000485b902217e9f630b5cbad008f7185c30f5649c978f1ca8 2,526 1.00/1.00 vMB 113
422,634 422,634 000000000000000001e504ea832d83acbe9c879a293bbcaa05e0c1a0139098e3 2,093 1.00/1.00 vMB 40
422,633 422,633 00000000000000000388ecb29cc17798e4328ef3f814087f6f252c146935330a 2,396 1.00/1.00 vMB 54
422,632 422,632 000000000000000004cc28a79eb446f4a2cfb540707c386767f507ef7ed6fb4f 2,219 1.00/1.00 vMB 54
422,631 422,631 0000000000000000027263ce97155617c7f882d62ecc48ad0a6a434d880c2ce9 3,200 1.00/1.00 vMB 113
422,630 422,630 000000000000000002000e3f5d7d149640a5eb76a3bdf7f6c3114a9bde76df26 2,898 1.00/1.00 vMB 97
422,629 422,629 000000000000000003948c5fae0c7c7348c3a1ed4e181c8a3d033940343ffd92 172 0.95/1.00 vMB 10
422,628 422,628 0000000000000000016f5b2889d64c89c68c57c3ed7bd28718fce0fad09ae673 1,848 1.00/1.00 vMB 47
422,627 422,627 0000000000000000033e1c1cee01b5d5c33fbe367eaaf915c0755b0e7283e264 2,391 1.00/1.00 vMB 75
422,626 422,626 000000000000000001f01d6427249ea54d0c977b237ae9c397953dbaefbf942d 2,266 1.00/1.00 vMB 76
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.