Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,751 transactions (1.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,591 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,070 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,590 (897,210 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
12,380 12,380 000000009bb87ec313035596b804ddecdb9b6136f1c36c85d15ab8aa823f0fde 0.00 MB 1 0
12,379 12,379 00000000347bae1c840ede2808b01e42f975248b1bcc081d5560f8270671b8f8 0.00 MB 1 0
12,378 12,378 00000000536f449183f0c268f4498e0ad957b770ce5281c1487da60203241826 0.00 MB 1 0
12,377 12,377 0000000069cd866ef5b88d87eb586b18fec38e6c33f19f5b41438822b4fa1b73 0.00 MB 1 0
12,376 12,376 0000000057c25239560a1d5d119a8c224b4f06ae3cb2e5b2dcdd7b5c18530268 0.00 MB 1 0
12,375 12,375 00000000599865daa599f9986f0d9e7f38f044e9f366f2cf1c9371648a41ab37 0.00 MB 1 0
12,374 12,374 0000000093a11fe34964033117ae16b88cc1d7ddad1be831a58f1a6d97229e82 0.00 MB 1 0
12,373 12,373 00000000a60292aa711d849e5e464bb906ed100aea368f7c1d221e83c0a435c4 0.00 MB 1 0
12,372 12,372 0000000030560c109f22d803d74f1dd0bc707588b5debfc7ab7b809634c8da73 0.00 MB 1 0
12,371 12,371 000000005c633446c229b83ea900c42f2771f8ee937233e5a93df282e35e827d 0.00 MB 1 0
12,370 12,370 000000006fbef2e7a615fc909432102eaccf763534b54dd4d6b4c0bfb1fefbef 0.00 MB 1 0
12,369 12,369 0000000039003e4afcaf7e74cf9636a03031194ec19e0dc5f3496403d8374737 0.00 MB 1 0
12,368 12,368 00000000d5187b621b0e33fc1d4c8f6131a66f9c82bc76cc23bb04211d249e35 0.00 MB 1 0
12,367 12,367 000000007c5cc176609dc82d9657e2db43e12748fe190106a0ad34beeaeda112 0.00 MB 1 0
12,366 12,366 000000007afeabb52857e9b946a4eccca38d130507d7d7eb56ee40429dbfed14 0.00 MB 1 0
12,365 12,365 00000000628147944360988c3f5c9b1520ae1a67a5dde10853b616fa82b457b0 0.00 MB 1 0
12,364 12,364 0000000002c97b657d3503f60766e46fb127a14a1f54311c76b6a3b1474c4a33 0.00 MB 1 0
12,363 12,363 00000000ae81d8be56fcad40f7b2ca03612a9ab681ca5bc6628ab3c2d914ef9a 0.00 MB 1 0
12,362 12,362 00000000acc3e6a055e05edc7cd0cfac6187cd73adc3c06d408d05c95edaaef8 0.00 MB 1 0
12,361 12,361 000000002152faf0b4e95cb47f5754b2153082cb0794b55fc405ab8255d2c982 0.00 MB 1 0
12,360 12,360 000000009692ca725f3bbc71c093fb29c94c5f5934d8464dc115b9554de81357 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.65 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,095.68 GB sent, 111.55 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.