Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,052 transactions (0.71 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,502 000000000000000000022cb30000000000000000000000000000000000000000 0.69 vMB 2,052 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,501 (889,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,563 19,563 00000000dba3441c1c39f11171291ec5600a8378a8b177e676521b544fa0c52c 0.00 MB 1 0
19,562 19,562 0000000011e75b784b4d3299736629d84b92fb0b41bd1ee3cb09d18cb7dbac6e 0.00 MB 1 0
19,561 19,561 00000000a751c1170a17b8cbb9c3872c25325df53151edb5c168776b49dccb2e 0.00 MB 1 0
19,560 19,560 0000000030b6810eeea4b8822ebf97808aed63131f18d8daef4e7d53432babbf 0.00 MB 1 0
19,559 19,559 000000000782360b4ac9d18d52648662cb96b984a9b1212daa2ae1fb6ed72c98 0.00 MB 1 0
19,558 19,558 000000005ae0a41d645d4d3519414277471aefad8a854989591e1bd24fe70354 0.00 MB 1 0
19,557 19,557 00000000796341b72cf70bfd6432e9da0b45e9346cc229cadfb2a766a1f70f71 0.00 MB 1 0
19,556 19,556 00000000eb06b9ac77d925c3a53222ca7d8e202a9a8eeeee34f687a33ef4481c 0.00 MB 1 0
19,555 19,555 000000005120cf73bca5f18c21bad95c9a7ecf407253ce803dfc5cd14f8c1367 0.00 MB 1 0
19,554 19,554 000000007ffd94170ca05c0779d6e43aeab5831e7be53708c188dcd4d12c2fd7 0.00 MB 1 0
19,553 19,553 00000000354a4cf3a98b65d19948b8fb90484447e09cec2e31b64db20fd2fcc8 0.00 MB 1 0
19,552 19,552 00000000757ecb98c98b7c9d1b08f893613d843e9ee95db7ed4288e5150733ed 0.00 MB 1 0
19,551 19,551 00000000e57904211f8a37af4f4079f1b6e2ccee89b1c5545f97f0ccf7c3f921 0.00 MB 1 0
19,550 19,550 00000000020c186123c302a173a60d89d6dde25be8f3cd43fd003693267655c2 0.00 MB 1 0
19,549 19,549 0000000005858c207ea41c4ee8421ae05c2abe37a8b1089506aee4cf98a4fff0 0.00 MB 1 0
19,548 19,548 000000008372accfd1adda4727bec6219cb3746740fbf0d7ec80d578a2b5e3e9 0.00 MB 1 0
19,547 19,547 00000000d58444fdb8914abdcbde4d03e9806fb5a4cf7b885051b82ee1c7a796 0.00 MB 1 0
19,546 19,546 000000006ebcf4811f8229bbcf265e92b6030e2257afe8cc742123173a09298d 0.00 MB 1 0
19,545 19,545 00000000bffc743c30c083a6bb01b88a2ed0d56e9130d927c9f4715318ecbf5e 0.00 MB 1 0
19,544 19,544 000000002e7a99a9c819683281ce18082e64418ff8f7abf7ff8a3c4988643137 0.00 MB 1 0
19,543 19,543 0000000064fd024282cae61be74e6fbea00e3132c4a0ef1043334c5dec63a01c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.48 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,082.03 GB sent, 110.61 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.