Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,242 transactions (1.25 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,960 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 3,428 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,959 (370,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
541,861 541,861 0000000000000000000f5f82c2abadedc301b954db81ca951fe8d662f7fb2a58 0.00 MB 6 7
541,860 541,860 00000000000000000001f666c73ce01f1cb71e367089310d843444cee73be879 0.15 MB 385 22
541,859 541,859 0000000000000000000ad8119531ba2bf5c809133253fbd3a24ead75c4f3efd6 0.76 MB 2,035 24
541,858 541,858 00000000000000000011d220a546436e0c6a2b21098a7eba80f0b5624db2d074 0.74 MB 1,768 17
541,857 541,857 00000000000000000015d3b948cb805a08153cc11c5fee17e630b71b9096567f 1.05 MB 2,912 15
541,856 541,856 00000000000000000008400469dc6e4bb9a62ad3aa6a6b4d4bde3b216e58d5d8 0.09 MB 234 7
541,855 541,855 00000000000000000018fc2b82b83fa52329c81029423286d99e366e85f7f7c5 1.21 MB 2,541 14
541,854 541,854 00000000000000000020e05f7af86481da521774bda89dadb99e4296e19f228f 1.24 MB 2,658 17
541,853 541,853 00000000000000000019eb8838b34c0b2776369a57911726c2c89ab1f48a3ced 0.51 MB 1,089 25
541,852 541,852 000000000000000000272b5fbcadae848a49421cc2879f6955e297949db9753c 0.58 MB 1,111 11
541,851 541,851 00000000000000000002075e65c8b7c9591643c93c4c99a6fa82f441715deadb 0.18 MB 431 32
541,850 541,850 00000000000000000021b1902f0127f0f2a18d8d7f9eed55643f33ce7342527c 0.80 MB 1,748 15
541,849 541,849 00000000000000000003dc347e4bc0cdeb06a48bdd6ace65421f5d96f9a2f9ba 0.79 MB 1,286 3
541,848 541,848 0000000000000000000b20d27e7e417cd214f4130e2fc91d3a25bde1e412a143 1.23 MB 2,325 10
541,847 541,847 00000000000000000018f6ebb97efe6ff8c79d446a06be9f2a536c10626819b7 1.25 MB 3,050 23
541,846 541,846 0000000000000000001d00fa9987b758e79099eef76c8fffc65f2aba0e1b3332 0.07 MB 204 15
541,845 541,845 00000000000000000020f164168fb451da4c4054c71bcd8d79cdee6f2ff85ccd 0.25 MB 613 13
541,844 541,844 0000000000000000002198ca1e349127e68287d61a95d98123e1fab1827159c4 0.99 MB 2,290 16
541,843 541,843 0000000000000000001bc9daf7d9c0e1dc0239e0f72b3837f173e4135736acd0 0.04 MB 103 27
541,842 541,842 000000000000000000241dc156fec3045bc26570ba365ed8e730fcc1c822f903 0.77 MB 1,644 17
541,841 541,841 00000000000000000016013f07492783b1e0f695c549b3b88b2900f4c6c35d8a 0.76 MB 1,618 22
Previous 10 blocks ↓
Total Size: 777.01 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,497.55 GB sent, 133.50 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.