Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,613 transactions (0.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,999 000000000000000000022b910000000000000000000000000000000000000000 0.45 vMB 1,611 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,998 (57,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,494 854,494 00000000000000000001bd299c8b84f00611668acf1a336f01a88998509dbb3d 1.70 MB 3,427 10
854,493 854,493 00000000000000000000a3622019b9a1c3e7963eff794f045a3bfd1cecbc211d 1.52 MB 3,632 7
854,492 854,492 000000000000000000009bf00943bcb62016857d569aca785dbce0d04b8921f9 1.64 MB 3,617 5
854,491 854,491 00000000000000000001d7659e554e2148889b2ae92c10b29543d45201674dc3 1.63 MB 3,545 7
854,490 854,490 000000000000000000030134488993aa579b8a1296621e2fab2ae2c37819056c 1.65 MB 4,530 4
854,489 854,489 00000000000000000003359e4d28d360aed7c37dd30f0b5d7083bf028b4c1f44 1.65 MB 3,640 6
854,488 854,488 00000000000000000002e8a3d9299d9affa40577024f26759a0454c4618a82a2 1.63 MB 3,317 10
854,487 854,487 00000000000000000000092a0ce07e94fe8f54acd23a05da9864057e62d1cc11 1.57 MB 6,222 4
854,486 854,486 000000000000000000025a71c4853242a63e42b63f4f39901defd3da8a192206 1.72 MB 4,358 5
854,485 854,485 00000000000000000000770484db305f9182acf69208b474da402bf69200ec44 1.46 MB 3,390 6
854,484 854,484 00000000000000000000e6008cad875c46a959f32bf7e2431c4e3162bfa57c01 1.62 MB 4,690 8
854,483 854,483 0000000000000000000176d5613e9734523b09e9c73b3dcda7a15f0af714c52b 1.93 MB 2,629 5
854,482 854,482 000000000000000000000925f6a68aeb4fd6a4585d16008d4ea7f82724136a1c 1.71 MB 3,543 6
854,481 854,481 00000000000000000000b90ce4004172693a15fc29a09310fe4c6a9709e3cb54 1.62 MB 3,457 9
854,480 854,480 0000000000000000000107ede356053b672ff33feb492125422ac5f3f384cfd7 1.43 MB 2,902 15
854,479 854,479 000000000000000000001bec2b7248d622cfc597bd18541e1bcedbdd41061f14 1.67 MB 3,361 8
854,478 854,478 00000000000000000000bc13b0d40774ad1590aa5b0e7628aa0f4179d7c9a258 1.64 MB 6,094 4
854,477 854,477 0000000000000000000291192dfe1d5e090a71074516d31e33bdf7ad3f44652b 1.91 MB 5,654 4
854,476 854,476 000000000000000000034f7dcab7778fc3a3ff043775bd1e0f9e33341ae64f62 1.64 MB 7,695 3
854,475 854,475 00000000000000000002ee119bd3b329ad9fef9edc6e81b7139d8d40320d58ff 1.65 MB 6,976 3
854,474 854,474 0000000000000000000151aea619fb1ca29896da8e4cf5ab284771f34e9d8796 1.65 MB 4,681 6
Previous 10 blocks ↓
Total Size: 777.09 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,505.93 GB sent, 133.87 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.