Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,464 transactions (1.39 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,021 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,321 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,020 (830,959 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,061 79,061 000000000048a00488a3453a7e83e3c210a5396a295d34e91cb749ee8e31bee5 0.00 MB 2 0
79,060 79,060 000000000009717485e2c6681ed92d38875b8b9f9d4c7331c58201bfae1d47b7 0.00 MB 5 0
79,059 79,059 0000000000580894c85d9e4d94484a1571fa2e3143ef72f03c4dd7e67742c6a3 0.00 MB 2 0
79,058 79,058 000000000013b6abcd7a014e564a400464a0f393377be8e89a12ac9734976df9 0.00 MB 1 0
79,057 79,057 0000000000016a6d8dcf48ac0b337907be5be6e9b7dcc6e9f7e4f3c08e5ee8ab 0.00 MB 3 0
79,056 79,056 0000000000459990af2e38b2c775ad0ff22067248da40f9083770e41fa10e3fd 0.00 MB 2 0
79,055 79,055 000000000059946ea0ddda57f1ea02f92df0a23b7bc7f1f12a9135f999e32f83 0.00 MB 1 0
79,054 79,054 000000000023b48c320aef113e58e4daf2b99e913fdf7900e6024f1b21d99496 0.00 MB 1 0
79,053 79,053 000000000051f9c7e41228809e5750d2d6ec9fa13c2943c1723866ca21d76c2e 0.00 MB 1 0
79,052 79,052 00000000004c0a8e8d1e59a53eeec692fb110b1720b95a1a645df18f2e5dba31 0.00 MB 1 0
79,051 79,051 0000000000395ef649d9a7e6d3d1087d514f1cf5d5eb1abaf5ce8e778da8e41d 0.00 MB 1 0
79,050 79,050 000000000051a9b0f8f1720c1e0a7351b197637d8201a3b083c9178d0b8fc0b9 0.00 MB 3 0
79,049 79,049 00000000000890cb298af6c0a29c69e3a4a563c4792d53978da9ba6ca067ed08 0.00 MB 1 0
79,048 79,048 00000000000bf3d4ffbe5a95071abf9d9ee630d74add34ef751cd76df6704992 0.00 MB 1 0
79,047 79,047 00000000005bbefc16b036c52a13f69e0e4a1f47e1dbd35b18e06bc2c94ed253 0.00 MB 2 0
79,046 79,046 000000000053c9392ba5d6c15878d8511931de6aaf0b1f1902a93c384f993650 0.00 MB 1 0
79,045 79,045 00000000000272e4a55b48ae17063c30867ca3431dcaa3b1d28ef4cc11b33de2 0.00 MB 3 0
79,044 79,044 00000000004789246488d1f459bf4fe891c4a6c55fba4071a502a2eaff299c9f 0.00 MB 1 0
79,043 79,043 0000000000033decdcb43251e3c6b7f14e409f9dc13e68b0d2652ed4e70d9656 0.00 MB 2 0
79,042 79,042 0000000000471866529a5b42a6297a62aab384ce0b281dcbbdcd0a8b153a2381 0.00 MB 1 0
79,041 79,041 00000000001910655c84063731e5094f205d254e74b7ddb80843c27e8ee47935 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.43 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,185.16 GB sent, 115.46 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.