Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,937 transactions (2.41 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,060 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,510 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,059 (830,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,081 79,081 0000000000373b988af097f38a8a9e30623d640d209df25d0b686e445efafea9 0.00 MB 1 0
79,080 79,080 00000000005b9686a9d0d9a78e3f281608efc7ee048f8932957a353e3deb8ff4 0.00 MB 2 0
79,079 79,079 00000000000abfea3c5c76d906a6834a136aae8b5f14ce53d0a30436e507fe2d 0.00 MB 3 0
79,078 79,078 0000000000595f3bd1bdfc613100f288a96e86c3a59979cfc1e01d3918a57efa 0.00 MB 2 0
79,077 79,077 0000000000031a41b6a6b60fbf2d6de92439714efa67b3549ea20f48ab33518e 0.00 MB 3 0
79,076 79,076 0000000000588abf89abdd7bf605aee35320f62af25b0c6440b0d859de35a9d1 0.00 MB 1 0
79,075 79,075 00000000003fcc77ca47d7d6174b31ae81f35c6e1ba869e3f015722e2c2eec14 0.00 MB 2 0
79,074 79,074 000000000012eeb5d6c2fc1e4b7c54838807462cc0eef2d93d49bdcef420a458 0.00 MB 1 0
79,073 79,073 00000000000dabede9bf1cfded8bc0a6563f3ae25f0caf35cee8d6fd6e2ded1f 0.00 MB 1 0
79,072 79,072 00000000005b24a36d213503ed368e7c2070a51f7137341f5076c17061138f5f 0.00 MB 7 0
79,071 79,071 00000000005bd7974529200a719684b62a2813799cedb83cebdea7f3f1bd21b8 0.00 MB 1 0
79,070 79,070 00000000002f80aebf26fe66a29270586fdc21b38cf1f4647ea4aa6578836919 0.00 MB 1 0
79,069 79,069 0000000000141e206aee9ad29bb75515e01bd8d24a2f4e84c32dab0d2a985141 0.00 MB 2 0
79,068 79,068 00000000005460442b0fa4d9e2149004d2dbeb9131616fd91b4aa914ba500402 0.00 MB 1 0
79,067 79,067 00000000002249ea6bf0997e94e49e216ff88392334ad2c84d5444bf05ed3434 0.00 MB 2 0
79,066 79,066 00000000004fc99171030191248d34d301f1dd76b2887dbdd8382150bbed182a 0.00 MB 2 0
79,065 79,065 000000000000f30f3846fe337880cd565ae44900da037658eb7cf4d3c98a535a 0.00 MB 2 0
79,064 79,064 0000000000045880904c54da1eb2d8bbf1190a1cc452c7b87e150708f16eaef2 0.00 MB 3 0
79,063 79,063 000000000054a805df00a2ce9b15d0b138e5a61ae3a7935f7ac42ccdf677d90a 0.00 MB 1 0
79,062 79,062 00000000004e1b936577cc8bcc8eb94d5e35fd1496a1be5451a31714ccc84864 0.00 MB 1 0
79,061 79,061 000000000048a00488a3453a7e83e3c210a5396a295d34e91cb749ee8e31bee5 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.51 GB

Node Information

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