Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,778 transactions (1.36 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,631 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,811 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,630 (231,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
680,419 680,419 000000000000000000058b8ecdbfbb3913fb3726021282da1ecc9ea6881368d9 1.29 MB 2,617 174
680,418 680,418 000000000000000000007c58309ce760759c48cfd0ce25f8c5fa22879e3b77a0 1.29 MB 2,215 154
680,417 680,417 0000000000000000000aa8a17d431c5f752506eb745db264c346b66dc6d3b663 1.35 MB 1,696 86
680,416 680,416 00000000000000000002dbcf096e66718ca4c4d658fbe4fd2a89eedd6c509b03 1.35 MB 2,572 119
680,415 680,415 00000000000000000006709d620d6778aa4d3b11f1dc392689e0ca206f4b396f 1.41 MB 2,495 81
680,414 680,414 0000000000000000000b3e26eda1a55d0187d5dc353babcfb416495b747a9528 1.63 MB 1,517 58
680,413 680,413 0000000000000000000718736d8cac4f869e7649f2421e1db86c653f9b15ce2f 1.52 MB 1,386 76
680,412 680,412 0000000000000000000bbdc929a25f40f6bc8da170e248b6e316ab628a9b7cfa 1.31 MB 2,659 134
680,411 680,411 000000000000000000037fb62fb8420240d98c2c2fc5ef2edbb66cfce394feba 1.09 MB 2,594 60
680,410 680,410 000000000000000000050f694344f619a874702fa402d2b8978d9918dccd1256 1.27 MB 1,991 160
680,409 680,409 00000000000000000004dd01f401977f953b956b5ee58710a133d52802417903 1.15 MB 1,118 214
680,408 680,408 0000000000000000000b3e99e5b38d39542fb9a69d132608c2b87017bbf8dd59 1.19 MB 2,643 108
680,407 680,407 0000000000000000000978c58cad22e16f922dc9660059751b27f58eeb5a839e 1.28 MB 2,613 117
680,406 680,406 00000000000000000001e2240ab0c082610aebf7f900144d1d86dabf3ee233c9 1.30 MB 2,556 235
680,405 680,405 000000000000000000090337cf1e8ac17bcda41bef6a0609f43d31f32e0d3cf4 1.25 MB 2,322 73
680,404 680,404 0000000000000000000a2364546d42fdab8ac1f80ac6586cdcdb8cf834ea7ef7 1.22 MB 2,280 96
680,403 680,403 00000000000000000004354d7a114f2586492d7a875e12448beea7d763921e82 1.15 MB 930 34
680,402 680,402 00000000000000000007e036e62813041563c1bdafca1731f32015c2aa92760b 1.31 MB 2,911 128
680,401 680,401 000000000000000000048432a0b18d1d378415e316048ed8e89cf96342f2656c 1.33 MB 2,341 207
680,400 680,400 0000000000000000000bb6785dd51405718663fecbab02347033b2395ab8da09 1.15 MB 1,049 118
680,399 680,399 000000000000000000023e95f3622cc37f8fffd7a52d8f2b16eba2b455acaf85 1.24 MB 2,548 62
Previous 10 blocks ↓
Total Size: 776.40 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,422.04 GB sent, 130.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.