Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,497 transactions (0.49 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
911,289 000000000000000000022b910000000000000000000000000000000000000000 0.48 vMB 1,493 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,288 (892,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,514 18,514 00000000dbc2b8c6c956105148edc93967457f728f114243d7f04dc38fe47106 0.00 MB 1 0
18,513 18,513 000000000ef42b6ce0749e9597116ed214d85b861c9ce9919392826701401c6b 0.00 MB 1 0
18,512 18,512 00000000e8c5feafcb3e8055c436cb3a31e21bfe62eb68244abde7ac772f9703 0.00 MB 1 0
18,511 18,511 000000007235700477154581cc8ca9a43da4c286a4de8af7f83eca5bf622be6e 0.00 MB 1 0
18,510 18,510 00000000c3bd25f52669f3386e8d053160135b34ef3aadbd71c1cb015e6f4975 0.00 MB 1 0
18,509 18,509 000000007ad657a3b5db3b05fc523bc374b5f64f809f16aeaded806c7df27a0d 0.00 MB 1 0
18,508 18,508 00000000deb7ed5eca75080896532d64d419dcea93260064144e30250547ff15 0.00 MB 1 0
18,507 18,507 000000003c5cec2376da859b13c8621cf4ea74e65d27d65267d455dbe652970d 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 775.78 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,395.53 GB sent, 127.72 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.