Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,248 transactions (0.49 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
910,991 000000000000000000022cb30000000000000000000000000000000000000000 0.49 vMB 1,247 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,990 (886,427 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
24,563 24,563 000000007e4792e4943a0dd5a53722d3cf215b06b2368abafad5799d2572f097 0.00 MB 1 0
24,562 24,562 0000000025ee3256745d7f344bc7df428fbf3fcb13cfaa15f7dab95b1bc86cf2 0.00 MB 1 0
24,561 24,561 000000000b41805f7fc64bdabb5e64bc3652f4a53c4e5fcc566f39c3280bb400 0.00 MB 1 0
24,560 24,560 00000000f62e2043dc4dff2864367818904e7f2ca708cce4c960aa60c74730f6 0.00 MB 1 0
24,559 24,559 00000000fa0a794e388fc1a6f5fd0535926042ba528097863d52eccfbf998c0c 0.00 MB 1 0
24,558 24,558 0000000094f1e6894bd36c47c655fed191595674f2bca1d2d828a4f355650f6f 0.00 MB 1 0
24,557 24,557 00000000c8946087519a561c459ac1a903f3e4d0fe06637713903d4aaacd850b 0.00 MB 1 0
24,556 24,556 000000003f7df55eb7a9781f8ec6fde2376fc5e2d394a7a095d3614bcae83fab 0.00 MB 1 0
24,555 24,555 00000000345b2f07b827079290ef597c677b7559bfedf5ada0ff7524b1cdbfb3 0.00 MB 1 0
24,554 24,554 0000000035e6d3a4e29ad23704917f8683bc67d7249bf0ebb20a30f0e74c810a 0.00 MB 1 0
24,553 24,553 00000000a94498cbd556861900a4a3c2677ac581d4cc7ea1c05d0e396a3ce3b5 0.00 MB 1 0
24,552 24,552 00000000e457d759bb7b469b06380229a75bcd9a30bc4fe1d8ccb059c994a7d0 0.00 MB 1 0
24,551 24,551 00000000ba2f200ab15fdfb3b634e9e25b98236f5147d28a69fa4373102312ec 0.00 MB 1 0
24,550 24,550 00000000c70e05a17b02cdd7199ef224993d2aeb8e01201dd2bdfe0c2fd2c541 0.00 MB 1 0
24,549 24,549 00000000d382002e4f29a4194c9b3c0c504817c564d8e8eef72ad22584718837 0.00 MB 1 0
24,548 24,548 000000005c8bc92a4ce4bc407056ae51cf7800f859cbbfb37a94da7be2cb0398 0.00 MB 1 0
24,547 24,547 00000000623ba60d72b3387bcef39851f27901141e5810e03df2d3c7e17a6ed8 0.00 MB 1 0
24,546 24,546 000000007645393ce647de94a66e87bc70cd32805f4317a89fc5b300563a6608 0.00 MB 1 0
24,545 24,545 000000001e47f1658fc83ee6af28ea5775193478b7cd837fc19ebae07e8827fb 0.00 MB 1 0
24,544 24,544 0000000012aa824bca2cda4789209621208465b121071e8030e43e5f6aefe8ae 0.00 MB 1 0
24,543 24,543 00000000c586c8b085f9b4cfbae34e355b2f0022623197f7fedc09277214cef7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.22 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,359.74 GB sent, 124.83 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.