Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

818 transactions (0.26 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,924 000000000000000000022b910000000000000000000000000000000000000000 0.26 vMB 795 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,923 (229,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
682,471 682,471 000000000000000000031d059c7ece4df76ad6a69fa3394ac6f78f3ff8e4a875 1.76 MB 542 5
682,470 682,470 000000000000000000092e270b2122052ff2a5586471b3ca6b5d99737b3d7899 1.32 MB 1,366 21
682,469 682,469 00000000000000000003ea01d84c736be997016aa59f4c0220ea3b9f07182f48 1.19 MB 1,645 57
682,468 682,468 0000000000000000000636b8dea60be7034c1fc4f48102b2f13c8b4ab3b57e73 1.30 MB 1,893 24
682,467 682,467 00000000000000000001f322748b23c977bc9243a0e76dab4e40bd58f68768e2 1.50 MB 2,311 69
682,466 682,466 0000000000000000000941b409b79936e05a5893cc031e8c157de014cbac69a3 1.53 MB 2,196 70
682,465 682,465 0000000000000000000572ab86ac7d0fdbd427ca14ba111d7dac0f47e5136a65 0.00 MB 1 0
682,464 682,464 00000000000000000008ec40a52184f4f7f91dc8b00a331a2733694cc8d206ec 1.22 MB 1,590 9
682,463 682,463 0000000000000000000abe17b5fbee0d04ef9798fabe44816371e73900e43929 1.31 MB 1,529 22
682,462 682,462 00000000000000000006c9f3bf2b8f153315aa451a49bb05305a86144611119f 1.22 MB 924 10
682,461 682,461 0000000000000000000867b5e86cc9f747c173bbda9886e74b7b4a3ee8c70c06 1.24 MB 1,468 69
682,460 682,460 00000000000000000000b07af5cb546003231ea9fbcfd62c976f33d6b6907567 1.35 MB 1,253 16
682,459 682,459 000000000000000000090840131d2af2963a4b6297ffae742d386c8e58a45a77 1.16 MB 1,240 62
682,458 682,458 0000000000000000000097af539840b79f1de3360b1de97132bb3dd5eb8e87e2 1.23 MB 1,532 96
682,457 682,457 000000000000000000007cf99308396a49beca71c30e80bf2996db30b25e0d97 1.32 MB 1,993 42
682,456 682,456 0000000000000000000c68605d8dfe10cc341bc1c35352753b518ffde64ef7dc 1.27 MB 1,541 17
682,455 682,455 00000000000000000002521a01c3b306dbff79b5730197234dcb104fcae59527 1.25 MB 1,771 59
682,454 682,454 0000000000000000000a2c566cf9493881d6341f59f56a25e045a7f6c69bcd65 1.10 MB 791 92
682,453 682,453 0000000000000000000b2edede0a82632bc32ec3a4dd1e23fb216f80a110c20d 1.12 MB 780 97
682,452 682,452 00000000000000000006b44e79bdd32ee614ff8a90b4fa85a4250b4efbbe5dc9 1.15 MB 2,544 24
682,451 682,451 0000000000000000000d61d32c72ae1a5b8ddd5c9461d7fc0dba1635d1d6d005 1.37 MB 2,442 55
Previous 10 blocks ↓
Total Size: 776.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,487.03 GB sent, 133.18 GB received

Notes

  • This page updates every 5 seconds.
  • 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.