Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,967 transactions (0.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,631 000000000000000000022b910000000000000000000000000000000000000000 0.69 vMB 1,967 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,630 (880,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,287 31,287 00000000ddee67af19ad592ae66c9e325b7848efd21ee7d9d2a4b65010c843cb 0.00 MB 1 0
31,286 31,286 000000008a54bfbe76ee4fc979ecd82c9e751515bc3c236aa224258907cddd58 0.00 MB 1 0
31,285 31,285 00000000d44ae29a0184f39ca01a33a9ac1b0bb72cc4fb6ca599e0fcbaa28723 0.00 MB 1 0
31,284 31,284 00000000dc66571d4ed40f6fbe940069c71904d40ebadaee47f1c088cc88fbd9 0.00 MB 1 0
31,283 31,283 00000000d59cdd162390db33ab4f8c9963e946ec22af6fa59c660f39d6b83e60 0.00 MB 1 0
31,282 31,282 00000000a02160f32443de1715ded5d96fd0d5a476a4170ae8198a01b6e93b1c 0.00 MB 1 0
31,281 31,281 000000002975423b0846618f056f2c0be42b5ace65a1b3238b70f5641307abc7 0.00 MB 1 0
31,280 31,280 00000000a6edc4997612a8a0fc8b7968bff9885424197095d2194edd68d226ec 0.00 MB 1 0
31,279 31,279 00000000b8ce1eeb388f4d00949fd493ecc62b33b8bdda76ca96abd5fba84c82 0.00 MB 1 0
31,278 31,278 000000007de46f3213500dfce0a2d3162d6f39f20f4688a1e7975e40a7a737db 0.00 MB 1 0
31,277 31,277 000000009050b11fac861cacd159989ecef9cbee832d89b3116ac1ae155d609f 0.00 MB 1 0
31,276 31,276 0000000022bdc75566437e06e4538b97d4a023b1e769a22cf70b5910ce33cd82 0.00 MB 1 0
31,275 31,275 000000004413e38dbc0193767df00d62e28ec96bd0f5882e8b487e0767c4fbca 0.00 MB 1 0
31,274 31,274 0000000046007466996fc95035dfd56414b65edf6346b5d277a2e0ece327b1c8 0.00 MB 1 0
31,273 31,273 00000000db27b68cc456d5b9843cf7589d7e6c042b85ccade763ec18879b206e 0.00 MB 1 0
31,272 31,272 00000000117747300f8c3ebb314ad739af970eed15bf05da9fcb3424d10fd679 0.00 MB 1 0
31,271 31,271 0000000058aa0002b02045bfb64c4641e4482f15e1e7f4d588ddf8e9fe4f6495 0.00 MB 1 0
31,270 31,270 0000000080e58828f1d08e07ba7cd80940d29228d4272c6fa463fb8173f1e8cd 0.00 MB 1 0
31,269 31,269 000000001906cab26d65dc49444381ba71adfb5c7c5e7465c5014244fae39c2d 0.00 MB 1 0
31,268 31,268 00000000ff55cc32c97c4cca695a9ffe92bd12ab824fe3ab032c98cfb056d88b 0.00 MB 1 0
31,267 31,267 000000000fb8e84d22b58d8f3f4ff54bd5a939b55d115abacb3458e550b38271 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.40 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,422.02 GB sent, 130.64 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.