Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,398 transactions (1.87 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,075 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,856 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,074 (641,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,498 269,498 0000000000000001abe0f1857108640dd918271b7ba89c737e897e77d757b2a7 0.20 MB 212 9
269,497 269,497 0000000000000003cb24da1523ca99c9ccd54bd9d569797e01bb18a3bcbe5f8b 0.03 MB 90 17
269,496 269,496 0000000000000007629beb3aa25f8a7324eba3841de5dfa2fed24313ab9e16b7 0.21 MB 293 40
269,495 269,495 00000000000000048bc506600c832b825154ddc5120f86ae1f107ec41b00b0e1 0.25 MB 567 82
269,494 269,494 0000000000000003688019f5a713a82cf32c761abad34b7ce1c0c3cf699b2470 0.15 MB 188 36
269,493 269,493 00000000000000073dc2ab53ccddc1d9fc214a1b8c6d66597b6b00e649a47389 0.15 MB 299 63
269,492 269,492 0000000000000001c831547c5da801caba80953da59a758c454500b3d3b15156 0.31 MB 642 87
269,491 269,491 0000000000000001f264a933f51dcc5ea893c77819806a86e007561f1be023ca 0.36 MB 538 51
269,490 269,490 00000000000000054144891ec0bf9546fec91792139d28ba73bad5cf563be896 0.25 MB 477 21
269,489 269,489 000000000000000467cf413e8d4c20c941a2691c0f076b5c745e4fb0cb785166 0.25 MB 594 64
269,488 269,488 000000000000000566557330b27298aefb149fb028894b31a9739eef50ef92e8 0.25 MB 561 158
269,487 269,487 00000000000000050b4737153d8d8b91884c154df6e653c44a848bed5f5cf711 0.34 MB 803 94
269,486 269,486 0000000000000006f496fe7347e2e033d52f924160f043c379267beb7fe6a7dd 0.24 MB 514 55
269,485 269,485 000000000000000517a88f4cc30e27411b396f225fc4849c28637f836ae292e7 0.14 MB 178 34
269,484 269,484 0000000000000004f71eb70af7a1997579eb3bf314e21af47f71448ebf85134b 0.25 MB 581 78
269,483 269,483 0000000000000001462b09f7193bff9a4faa1c24e3606ce5a7ed2fb85aecd788 0.00 MB 1 0
269,482 269,482 0000000000000005a1bc84899aaeb18b336a6a7cfc8d9470b4d4c8e90d039c59 0.15 MB 236 38
269,481 269,481 0000000000000005384709b45450f9e2b80ed7e4a5231c8d7b591832ed2bf3fe 0.17 MB 124 14
269,480 269,480 00000000000000062e25bfa8e983486fabf9e30ab8a0b29f432d484d3681b666 0.20 MB 467 99
269,479 269,479 0000000000000007054640a9028a432689ecfcecbca19c8af117ccbe0ecc73e7 0.23 MB 89 16
269,478 269,478 00000000000000011646dc5c3877e5febb014d400e9c64376e0422dd3c3ba079 0.25 MB 290 19
Previous 10 blocks ↓
Total Size: 775.38 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,368.37 GB sent, 125.72 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.