Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

462 transactions (0.12 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,823 000000000000000000022cb30000000000000000000000000000000000000000 0.11 vMB 449 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,822 (872,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,491 37,491 0000000038fdbf09aacacb666c32ead51875d3d0677a3776b01821a0783bbb16 0.00 MB 1 0
37,490 37,490 0000000036baf3683cdc817b8fefdd0a854d4e1cc36bee858b4d95b3301a6d55 0.00 MB 1 0
37,489 37,489 0000000066d665dcce9583cdacad3ff9c64f26447819b42a14c15fe8ffcfb5e6 0.00 MB 1 0
37,488 37,488 000000000044b7157d67cfb7557e57300002258753654393da46797405521327 0.00 MB 1 0
37,487 37,487 0000000039c6f44e5716071c0372507a3392ae1c816385b8f4722dae6b527a7f 0.00 MB 1 0
37,486 37,486 000000003c227cf0e163a99bf77104cce283aa8508773881c04c265916a7baee 0.00 MB 1 0
37,485 37,485 000000008c35af74a108d185f516a5ba184a55bf8e27a355ac074aa8986f4379 0.00 MB 1 0
37,484 37,484 00000000154b2c4de97e50db47a8a62ff7f1423ab6047272a908a6aa182d01a2 0.00 MB 1 0
37,483 37,483 00000000b566b9e26de33832d9a08350389c156cc2f3ba3542219a8da464ee3b 0.00 MB 1 0
37,482 37,482 000000002dfccb624f17f35fa0d590b8ec1bb2e9e7c3576cf56cb747f4874cc2 0.00 MB 1 0
37,481 37,481 000000005f614b075d9297c6e17e62baa55a0707a93502021cda1fccbd9f7066 0.00 MB 1 0
37,480 37,480 000000007e9e376a773a581ac12bbd6c2171e1eca4c07c0e2b1d97ad0203be1b 0.00 MB 1 0
37,479 37,479 000000003e9f6b6e983d29dce3e39536f3354e6f42ebe79b45adce8c5ee2828a 0.00 MB 1 0
37,478 37,478 00000000517ac3ed738f0655c06e3c291fb86c19a414e141d1998f3ff5dad1d0 0.00 MB 1 0
37,477 37,477 00000000a410b1cc56c426ab966793809dc96e476254e1133686e866fe0d3ad0 0.00 MB 1 0
37,476 37,476 00000000bd7eb2fb2c2294786ebcde43cfb86cf8a118e00e9b1cabf66fa90ed9 0.00 MB 1 0
37,475 37,475 00000000a4216a628fef7a9a17dcba75d2a520703cba7b6f86ea5308cc56c3c0 0.00 MB 1 0
37,474 37,474 0000000058390cc4ed6c1b4a2e9ee3bd7dc29bb39061e0ffbc3ca19786573db8 0.00 MB 1 0
37,473 37,473 00000000b3bc89e824a09e01e1da77ed35e28cc6ac4a802a6163bb4751c83ebf 0.00 MB 1 0
37,472 37,472 00000000390770cc7ccdecf0358c3eb0352245a95f4eabbf14a39536cd1f9957 0.00 MB 1 0
37,471 37,471 000000005781636e28e0a16252d1cf450c323a1558bc50728980b1fc51bf02a3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.07 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,165.44 GB sent, 113.65 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.