Explorer IconExplorer

Memory Pool Memory Pool Refreshing

960 transactions (0.37 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,501 000000000000000000022cb30000000000000000000000000000000000000000 0.36 vMB 953 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,500 (843,059 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
66,441 66,441 0000000007fd0d6b62ab1a34ea5fbe0ea142be0121e2810eddaec5a61277752e 0.00 MB 2 0
66,440 66,440 00000000091ca624036893729aa12c134b9d5c7ae07c4e1a50ca9d1d65e228af 0.00 MB 1 0
66,439 66,439 0000000008df5af68a59a7aa92c57c1e704c29c99f2089bd997c4a06962d61c4 0.00 MB 2 0
66,438 66,438 000000000319ef8e8bc9de799192a57e8a4b7c13c894cb9fb9d6e68667006b8c 0.00 MB 1 0
66,437 66,437 0000000009d71943ca2fa74c753ee41a7fcb2038ea907e3fcc4fffb8890176e2 0.00 MB 1 0
66,436 66,436 00000000077b57a7bae418d09370ba267b6f0abc66b70f58cb17d529a91d7f2c 0.00 MB 1 0
66,435 66,435 000000000a765fdb7f0006bcc3c6b3e0032de2128729e09eeff308ce09b080f8 0.00 MB 1 0
66,434 66,434 000000000682332a8b8a6feb8b6988787271ba65aab2d032099269b56e49ba71 0.00 MB 2 0
66,433 66,433 00000000008ba29826e24c737b611ed09e01b34d047fde8ea26b3d5ecdccf2a7 0.00 MB 2 0
66,432 66,432 000000000055630dd27f135a704d94fc532e20375a2b86638c47c8b43a352a1a 0.00 MB 2 0
66,431 66,431 000000000a469dbd5d1234526328d83b07d0f92106ddec528c884f053ed29e07 0.00 MB 4 0
66,430 66,430 0000000009663616948337d43897399dbb86901ec159f7ddecac7927fc98b122 0.00 MB 1 0
66,429 66,429 0000000002ad2dffb98974b8f506ced41a72471bdaf859b5c95bd392e4798283 0.00 MB 2 0
66,428 66,428 0000000000915c47601ec4bca207dfbadf5bf14a59f8b2012a1db7207ef80c85 0.00 MB 2 0
66,427 66,427 000000000ad78bf0b36960bc44253e6249b33b6a2978ba979aaa480a4c35c12a 0.00 MB 3 0
66,426 66,426 000000000add4764468a50ea5760cd615691f385e472d23842a23d8e327acb9a 0.00 MB 2 0
66,425 66,425 0000000001aa0ce27e9548194744eff6eba84d5285bb682f5216df6cc7c746a2 0.00 MB 2 0
66,424 66,424 0000000000b877af3799e203aadb9d0d764c230086208880c5a7dc0e27f3979b 0.00 MB 1 0
66,423 66,423 000000000a445d3ffaf39238374557323a30a523da2e1282b3554e0f0fbc9615 0.00 MB 1 0
66,422 66,422 00000000035b3aa37a269ce476309c5d79f4d8ea94e330b496192b5fbf9e479b 0.00 MB 1 0
66,421 66,421 00000000051ebbefe40e504814308be2ff481e938e4b06c030e5b05439290314 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.47 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,082.00 GB sent, 110.59 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.