Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,817 transactions (0.50 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,518 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.49 vMB 1,801 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,517 (820,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
90,393 90,393 0000000000024d4f9e3ccdf56525e0467a4158a7538cd4f7d99cc8b899dd73b1 0.00 MB 3 0
90,392 90,392 000000000003d87e14ca9ce0974ce4a4910652484237026b115c3c545c4d9519 0.00 MB 1 0
90,391 90,391 00000000000e2678405ed5f01d26381bee1dc8712f3f15946970b27f7d04ac81 0.00 MB 1 0
90,390 90,390 00000000000a49d29a62b247b41b22f3619478b32747dc9f003ec39a757140f9 0.00 MB 1 0
90,389 90,389 00000000001385eb48b071723f25ee38fdc45f22e810d31fb222f84e80c7865d 0.00 MB 3 0
90,388 90,388 000000000013c83f2a050d083efc7ee54623e116fe4f62f6fdb403c5923ef327 0.00 MB 2 0
90,387 90,387 00000000000660c916240fc7528fc885fc91dbaf4c946295261d80bfb07319d8 0.00 MB 1 0
90,386 90,386 00000000000fad14f579c87641f290cd3c999b27857a3a398d34d213bd14dd92 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.34 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,244.98 GB sent, 120.29 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.