Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,022 transactions (0.75 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
909,557 000000000000000000022cb30000000000000000000000000000000000000000 0.74 vMB 1,985 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,556 (850,806 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,750 58,750 000000000380954e5697db7962c7b094baba305b3350658a9ce7623c95e76b74 0.00 MB 2 0
58,749 58,749 000000000294aaf2e177534a3a7b0fb493bf507118e214adb9396825a8f8cbb1 0.00 MB 1 0
58,748 58,748 0000000003e2b5c533059426622ac12d109fdf92cdc5b09fa11f61ff754dbb0c 0.00 MB 1 0
58,747 58,747 000000000415307aee886471dd683052751813901fdc4b9f03ce4a425dead57d 0.00 MB 1 0
58,746 58,746 0000000007e65dcd3cdbbd95ca50944207a12dd059158cae175e8444d7f32d5f 0.00 MB 1 0
58,745 58,745 000000000ba0e3df94525aa13cad7100f3fe2aaeee9e240874c1b351e3b70113 0.00 MB 1 0
58,744 58,744 0000000006cdbdefa71efb164538370d77c59d63946b59d17d145e3c161f6f84 0.00 MB 1 0
58,743 58,743 00000000051b426699a38c52ab4cf547c02655189980b01720cf8c16fdba74f8 0.00 MB 2 0
58,742 58,742 00000000014d961b31e1201d201d47a2a0f8bcbe6a520d08d0176b6ae17a4eba 0.00 MB 1 0
58,741 58,741 0000000007994400acd0b0a75e8ff36bfe195805a78628182239add9b3117b7e 0.00 MB 1 0
58,740 58,740 00000000032c5cdbddd1ccd6a916631a74b869ebc8aa2d3796dd37ba2462a003 0.00 MB 1 0
58,739 58,739 00000000082b94dda1a6a0c6bede58e4e0b7c243b8ab0570f377ce230ae7a46e 0.00 MB 2 0
58,738 58,738 00000000070d3a089057246a50aa9cde94f0b64293a9e2e7f734780dd403a6a5 0.00 MB 1 0
58,737 58,737 000000000bb911c22ad71a3d98bfd41223929dbbef10bb126c32af6bee6efb30 0.00 MB 1 0
58,736 58,736 000000000813cb5793168b990aabb39006c7a567837b66ee601106a741eac3a1 0.00 MB 1 0
58,735 58,735 00000000026d48295212307027f61d3e7469b9afb1057007ac3bec85b2c0c5bb 0.00 MB 1 0
58,734 58,734 000000000ddb614f6879a64df84c614359c92999555c1c3daeda60a0dc85cfa7 0.00 MB 2 0
58,733 58,733 000000000316d4e2abe8b78dd59a3fb8baf27604b13065e94105b64081f15c91 0.00 MB 1 0
58,732 58,732 0000000007f23f3c0fca168ec403960c27b67be7e038d8117e149daf8c67efca 0.00 MB 1 0
58,731 58,731 000000000577dbcffb6d8b2fc28b5fdc15a8cbb398ae58734971821fbea57cb7 0.00 MB 1 0
58,730 58,730 000000000eb3cba7dddba73c4bc13e8780fcd6c84f35a7eebd6ad59fb6e2428b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.58 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,086.40 GB sent, 111.14 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.