Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

62 transactions (0.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,319 000000000000000000022b910000000000000000000000000000000000000000 0.01 vMB 47 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,318 (892,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,506 18,506 00000000351bbecb16f888869156272a9d34a113deeabcac5487877787087677 0.00 MB 1 0
18,505 18,505 0000000096d0a344c26cf5468b50f868d8b317d25bf9a53954898eba38229360 0.00 MB 1 0
18,504 18,504 00000000d1570460c282ee720ba3892a6b508680c9d4abc280ee22d01241d49c 0.00 MB 1 0
18,503 18,503 00000000d5c0db64b413eb264dc854cf5cee71b71b72ac79e923efe0f4595188 0.00 MB 1 0
18,502 18,502 000000000224c8729a230859ddd2e6c1878ffa643395ad3cbfb56504948f4127 0.00 MB 2 0
18,501 18,501 0000000078548086c6d58a07836ebdeb9351d60e7bb0ef7ff1434ed83fb042ed 0.00 MB 1 0
18,500 18,500 00000000c73951aa45ec779a3d15830e614b29ca36d5618d6d300313d68a739b 0.00 MB 1 0
18,499 18,499 000000008dceb540ff16cae627049f110722248aa94f45668c4d5e1d315b66a1 0.00 MB 1 0
18,498 18,498 00000000d62f4e07539b56619ca46891873d3dd2c1ca61b7f5f9e8ae079dc1cd 0.00 MB 1 0
18,497 18,497 00000000eabc6415a9e7b5afa1ffcf5bb288f8e4192d8d12c8667c3f1a6011f1 0.00 MB 1 0
18,496 18,496 00000000ab4aa56b305bce3c9f722fa3328fdec6bd46a2be18fa6d8b5774631e 0.00 MB 1 0
18,495 18,495 00000000fd9800d1aec24ce3bdc5c222257ffe7a823faf2bf3072082e53988cf 0.00 MB 1 0
18,494 18,494 00000000f4199ce9f29044341659ab063eb9239e3fb433c59b259ccad7def483 0.00 MB 1 0
18,493 18,493 0000000096a6650333afaf12e2fe4a3022cfd2c1aafa3e1cc4e2bd77afc88587 0.00 MB 1 0
18,492 18,492 00000000d485e374fe5d5126b6ffacb0b57ca2f1098a99169e5aeb1b2100c864 0.00 MB 1 0
18,491 18,491 000000005b4fcf934c40d503d7487b164f7156d04ce477be7cc4c5270a45d0d9 0.00 MB 1 0
18,490 18,490 00000000351f3f37e2c0fe39526787db4e2b750b428540e5d88d0abeab66abe2 0.00 MB 1 0
18,489 18,489 00000000fac6b79d128f9847a9a1158b3700d4b89426508c91ca02856a984c7e 0.00 MB 1 0
18,488 18,488 000000006466c7139e8d1d7228c230171844d3476b1847b9a82a6aca0fcfe2fb 0.00 MB 1 0
18,487 18,487 00000000c89dc7d834350413808448d23ee4268aa9c83e0f060cfbee2986ec30 0.00 MB 1 0
18,486 18,486 0000000028ff4090bf29be8c9c13cb960d7786acd01e95cdf4b91d39791fa110 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.83 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,399.42 GB sent, 127.99 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.