Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

438 transactions (0.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,472 000000000000000000022cb30000000000000000000000000000000000000000 0.10 vMB 412 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,471 (820,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,414 90,414 00000000000b5835262d1e7b5b7cd8f932b3c32847ebf2893611757b93b02605 0.00 MB 2 0
90,413 90,413 00000000000325ee1f911264f99e9a4db055a9b254c74af0832a0006dd38a7ef 0.00 MB 2 0
90,412 90,412 00000000000463c80edfb419592e5a70edc1434da897e5fc7c1d869743a0ec7f 0.00 MB 1 0
90,411 90,411 000000000009aa39c03e320ca4cdf47d48ba4f55a9d99908f285d640442f90ad 0.00 MB 2 0
90,410 90,410 0000000000016737365633ec6aef7283df4b23d8f11a32c980a1478ea8985ac0 0.00 MB 3 0
90,409 90,409 000000000003fffc5157c30f25740b0087c6db0103ba0be28d2e0ad199711195 0.00 MB 2 0
90,408 90,408 00000000000c154457d23b51e0ae0d039f4623a99b1834b720e7ddf6af1853bf 0.00 MB 2 0
90,407 90,407 00000000000eac345b19891899703d7aca58d178753ce0694cc03b4343547378 0.00 MB 3 0
90,406 90,406 000000000013680b4552093b462a66b69c7db310b0d290aadc67d8b060c769dd 0.00 MB 1 0
90,405 90,405 0000000000124a449e8290a6e942defab87959d28729de3d9758777973d9592c 0.00 MB 1 0
90,404 90,404 00000000000b41b56e2fe3889c3599eece26dee667df0602bb33a2495ea468be 0.00 MB 2 0
90,403 90,403 0000000000127cd9f506d6b4696f37ec1a6af96b5722a6463da99d2286054172 0.00 MB 1 0
90,402 90,402 000000000001f5a9466a821a89a620f1df0b79a236026adfbd4e94cefd5d431a 0.00 MB 1 0
90,401 90,401 0000000000111d9e70e0f772f3756dfabf589ae0ec68fa163a7e66fa2ddc7d2d 0.00 MB 2 0
90,400 90,400 0000000000048ee4a5d6369c09a42b1c7ef564da934d08d8fddc4d796ecc89ed 0.00 MB 1 0
90,399 90,399 0000000000001e6bad5ad5855e01fdde92fdad928b9c454ca6294cff461b7719 0.00 MB 1 0
90,398 90,398 0000000000135afa9306e484b329579c7099e747771949fca5eb98bffe115bb4 0.00 MB 1 0
90,397 90,397 0000000000121b364bdd2653b0d333e3558ddfda903da43a6056668346d30b27 0.00 MB 1 0
90,396 90,396 000000000004c536a6af68a561e9a28a38566a8542be08b9e27bb016bb47570a 0.00 MB 1 0
90,395 90,395 00000000000d034dfeb6a51ba659074e51c6a11c0b918e36438263b282c2f30b 0.00 MB 1 0
90,394 90,394 0000000000126c74454de6dd8e20d258803a048861333e55b241ac2daceafb21 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.27 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,242.57 GB sent, 119.83 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.