Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

9,047 transactions (3.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,874 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 3,250 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,873 (876,396 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,477 33,477 000000006f55ee80a5bf9dafb003f0fb335b30ceccb0e04b0d81f3b1060c48f0 0.00 MB 1 0
33,476 33,476 0000000091941f0c3b01900ab69d930fd63af1f8020e91f00c01c69c449343f8 0.00 MB 1 0
33,475 33,475 0000000080f8743636657bf62290bc9ae70f6db3a64ca594ecb294f1f4afe284 0.00 MB 1 0
33,474 33,474 00000000c9aae3e1df4263668404a860f1316e18e13bafec874dd10e22bd32d7 0.00 MB 1 0
33,473 33,473 00000000999d8af27a0851b209842fc9bd4fe8287a760ec946dff385c928a727 0.00 MB 1 0
33,472 33,472 000000005f77d2805b61c47c42b0588ef1e36c93c3da25c0801d572a5028dc73 0.00 MB 1 0
33,471 33,471 00000000b9c1588e861c48104dd9188573731bc356ccbab46dbf10b18b551146 0.00 MB 1 0
33,470 33,470 0000000078ee87854da951d246be6a31cad87992f828b9db6b35f867228c8540 0.00 MB 1 0
33,469 33,469 000000006a712f5524ae83e2ede3b4b76fde66452c692f569079e75a12bbb441 0.00 MB 1 0
33,468 33,468 00000000bef8e3c27619ebaa25769f77fadd3eaf77df0b9b4cd2493334a23555 0.00 MB 1 0
33,467 33,467 00000000236f656304fcbd0a48ff195d9dcfc58937ed9312e98efd620f88edb9 0.00 MB 1 0
33,466 33,466 000000000d9e7bc64758ba1a003dbf6ae8e506ac79eccb518811f10e1c1e5d49 0.00 MB 1 0
33,465 33,465 0000000070cda265bcc2b6148b61f954285beb2104be1accb41b371d48481932 0.00 MB 1 0
33,464 33,464 00000000b826931073881a19b5f56c9525d8671f790c0cdaffca90ad81715ea3 0.00 MB 1 0
33,463 33,463 000000008cc1a2878e6e6376db85e10f1c6044b6f152fa9be9db7e5b2d85703d 0.00 MB 1 0
33,462 33,462 00000000ac996cbc5167d8d0d87238c61634b61b4330080496bb53493b910b8c 0.00 MB 1 0
33,461 33,461 00000000cd8a1cc11244c7db6e849cabc5c89e09049f505cc47ecd869d2d6c62 0.00 MB 1 0
33,460 33,460 000000008f0923eacfb18cd8411a4562726cba6964093c1d0796308037208023 0.00 MB 1 0
33,459 33,459 00000000bd4f91dca8a22435c2cd3a7ec580edb627baa429e2a141d688454d61 0.00 MB 1 0
33,458 33,458 0000000012a13e556b1778b515f7495739fdce568c86fc584a9b3daa6c55ef18 0.00 MB 1 0
33,457 33,457 000000002fa9fe8373e5e033e56025d222c4713b039b2642b7419735c9027b4f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.16 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,168.46 GB sent, 114.20 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.