Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,285 transactions (0.44 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
909,673 000000000000000000022cb30000000000000000000000000000000000000000 0.43 vMB 1,277 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,672 (873,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
36,634 36,634 000000000bb046de207cdd64bfd1c27f203860438b1e914687d04f3a26d335cf 0.00 MB 1 0
36,633 36,633 00000000b6b79cfbc81c765d4ecb19981b696d14df29ebff150fed69c6d3942b 0.00 MB 1 0
36,632 36,632 000000007056bdf0edc8e422254c52912bc8bfe10bedddf344997d43be4a059b 0.00 MB 1 0
36,631 36,631 0000000022d1d2abf47ae0cb8565c782c5ff74519401234d1b0b6e50d4b4cfbd 0.00 MB 1 0
36,630 36,630 0000000036c39b19e3b864aec89809e094589a85a220b87a05cbdb6ac227ab85 0.00 MB 1 0
36,629 36,629 0000000066e1166efaa99ed0042d54c28481dc0a5f5ffbe57bf1f793887cb4df 0.00 MB 1 0
36,628 36,628 0000000055697e33c55664c3ac3e880b490853d251eaac9eca353f5cdeb9c8d5 0.00 MB 1 0
36,627 36,627 000000001536bf1a5f746b5496686f0426f0b37b330e334206426af567c8413c 0.00 MB 1 0
36,626 36,626 0000000041e6e194ab8ee88bef9ff2755cbbf6e7c40d8d876eef3b1f3e477d93 0.00 MB 1 0
36,625 36,625 00000000208329afb80e7c08fdad558fde6ccea9918e5f019ad6f82bcc751083 0.00 MB 1 0
36,624 36,624 0000000014b228760c2fbcb6b92ce706ff4739a5caa6cbc5210e33a8d37f6e14 0.00 MB 1 0
36,623 36,623 000000003243c7b7e038f161f5921387a42d4fef8a23588d56c70a600e5e4dd9 0.00 MB 1 0
36,622 36,622 00000000af023bbddecbd86e7b9a344cf81ef1a337e611c8877f8bde2332e21d 0.00 MB 1 0
36,621 36,621 000000006785930c578dd89e80ee88cb0f9936391d15985ea59f114f62c9d340 0.00 MB 1 0
36,620 36,620 00000000614c74aab35414da4873760b2de3d25a29c940cbc08e3b6d3670b7c5 0.00 MB 1 0
36,619 36,619 00000000532173b567e1e7df61dbe22c25124948e9733b563d97726bdfa8d7d8 0.00 MB 1 0
36,618 36,618 0000000088fae6d00b9ab677ea7e60fb320fdc6de5dbc691e53c3581a1fd180b 0.00 MB 1 0
36,617 36,617 00000000acc7ecb8b84bafdd0857ddfe841e6ec87b14145f286769dedc27e202 0.00 MB 1 0
36,616 36,616 000000002e5cc0449e3847285fdbdc470849412b306337819dfb087287b12eb4 0.00 MB 1 0
36,615 36,615 000000006fb4c2b0da59ab904c36b104112f27b4a13d92a20c77397f430a9484 0.00 MB 1 0
36,614 36,614 000000000ae0cb532d155806b32b4539eb19a83f5f9a838b78d6b31241b68950 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.80 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,137.96 GB sent, 112.33 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.