Loading Tool

Explorer IconExplorer

Memory Pool

76,579 transactions (18.88 vMB)
  • 1 sats/vbyte = 30 blocks ()
  • 7 sats/vbyte = 18 blocks ()
  • 8 sats/vbyte = 11 blocks ()
  • 10 sats/vbyte = 10 blocks ()
  • 12 sats/vbyte = 5 blocks ()
  • 14 sats/vbyte = 3 blocks ()
  • 15 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 134.80/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,724 000000000000000000022b910000000000000000000000000000000000000000 5,307 0.15084271 BTC 1.00 vMB 14.00
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,723 (719,257 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
193,466 193,466 00000000000001bd7a8abc38346a630d2cb2f286554b7a630fa91df6fa06a691 0.16 MB 310 104
193,465 193,465 000000000000041556c740a719d0f9a5f1755b50c5ff907cf76615c58183074c 0.01 MB 38 97
193,464 193,464 00000000000003248f8994270ed5d04d90744c11f4d7ffcae30d52a340d9cee4 0.25 MB 468 112
193,463 193,463 000000000000051ca46c9a16fd2d22fb0322c4013b14b54c098e9a4d04db579b 0.15 MB 397 143
193,462 193,462 0000000000000549237abe1d3b7a3329a7482484eabd9ba0e19624e520bd27f4 0.00 MB 9 45
193,461 193,461 00000000000002eca249fce3060420e8676c35f054086baff7a09f9480bc9f0b 0.05 MB 128 107
193,460 193,460 000000000000037e069c664226f0cc684a3d450ac1ace34d3509189c99b0ee11 0.04 MB 90 98
193,459 193,459 0000000000000037a3ad405271303d80e080dabe1e82130e60aebeefa5392013 0.21 MB 453 130
193,458 193,458 00000000000001bcb0dd2ef89b8f3d871c2b107ecfd1558780ce776e065e0fe6 0.00 MB 1 0
193,457 193,457 00000000000005e54d5ab60192fbbf94bfdf51f1413bc877c6bd9118c60340f5 0.05 MB 173 95
193,456 193,456 00000000000002be70f708b8f06bf93ef933f6a484a13314e5d1b65236f7f1c5 0.05 MB 116 115
193,455 193,455 000000000000067980cfcbc92a38b2ea60da9226ded441085bf7d0397071ffa6 0.00 MB 6 618
193,454 193,454 0000000000000017ec522bab7db1cf6814e6941bf9e82ef03a1ec16134ae50d7 0.25 MB 617 128
193,453 193,453 0000000000000699f8c5f4511fe31961379e4882bd1086e1c961e63b2acdfed9 0.00 MB 10 35
193,452 193,452 0000000000000759c6a9681b9d787839c4909b412c6979f5283c0e7bc3a8022b 0.01 MB 32 0
193,451 193,451 000000000000027daac7ac769923d41b137b292fd3be7b02f8cffd650421063f 0.03 MB 109 6
193,450 193,450 000000000000049978d639c1f9446fcceaa0e64d2222ae9fa7427763b24c7b1b 0.24 MB 601 141
193,449 193,449 00000000000001ffd089ede84a70ce75702d86ee1cdfa21392935628db70689e 0.00 MB 10 65
193,448 193,448 00000000000005621ba67d3ebc2f5716087555fb74caffa402bec1c0de129997 0.17 MB 410 125
193,447 193,447 00000000000003e1ce4105946daa49c56b208af255ce169df446e4939db21031 0.00 MB 11 18
193,446 193,446 00000000000007b6c5f6da728da65f8a46c9b09870d689f4926648c06662ec60 0.21 MB 556 159
Previous 10 blocks ↓
Total Size: 778.34 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 79
    • Outgoing: 10
  • Data Transfer:
    • Sent: 127.96 GB
    • Received: 1.30 GB
  • Uptime:

Notes

  • 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.