Loading Tool

Explorer IconExplorer

Memory Pool

27,522 transactions
8.12 vMB
0.08338141 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 53.02/200 MB

Candidate Block

Mining Attempt 624e888e68ebd6399c336c076138b65e36e32c0ec66afa8da2893a6f7c873122
Version 20000000
Previous Block 00000000000000000001166de9ec9aab1650f7c89d17c2b818254940842d1a9f
Merkle Root 66dd5044da376adb2b9fd466644ad11b2d64953f670c4aed3f7beb8d54bd56bf
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,922
Size: 1.00 vMB
Total Fees: 0.05474212 BTC
Avg Feerate: 3.63 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,101 (663,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
249,484 249,484 0000000000000029d2dd30862393146a0261a624ee1482293a58fb9e4ebd7d93 0.13 MB 295 102
249,483 249,483 000000000000000b93c865e055d33d1a19206cca55046c14caabee5cd58f80d0 0.11 MB 208 94
249,482 249,482 000000000000007e7132a76279d3f11a89355f31686b6c51bb10179389633fa3 0.23 MB 483 84
249,481 249,481 0000000000000039c7d5a2562d1446298da62f5681cd5f928e03cdc133dca21f 0.25 MB 427 101
249,480 249,480 000000000000007100ec61f56e28a8c76d1cda632f549c334905d528202b0757 0.18 MB 512 203
249,479 249,479 000000000000004c120951686854654cdf2cc36cfe04146cb633fd63473a3542 0.10 MB 246 177
249,478 249,478 00000000000000887dee6ebbe0deb3f6fdc8f8a4beddaec008276d3540c844fc 0.10 MB 256 92
249,477 249,477 0000000000000066d35c2e30a2a6ee77751ff4078597f2a336c45daf1d66e02b 0.05 MB 97 151
249,476 249,476 00000000000000581ae0038d81ab36bd0d60cf49f39ac635932fd7b43eddfe85 0.15 MB 404 134
249,475 249,475 00000000000000741e7328f6e663807bdc340a58afcb11752299277693fa1839 0.11 MB 256 122
249,474 249,474 000000000000003683a29360731fe09364243a4d23d974326001cdea2b79fc87 0.04 MB 59 60
249,473 249,473 0000000000000086d8aa40f4c13906bcc82ebcea12bc9f3d717980ba44fba366 0.08 MB 125 122
249,472 249,472 000000000000008782d39c7b616291d3059e87893e928a5e2ae50cb1da13b705 0.31 MB 659 121
249,471 249,471 000000000000001ccd35cd502c947c545e07c94265951a4f1c48cd9a697ee868 0.09 MB 218 119
249,470 249,470 0000000000000057a6affe26a851c72da6ee8005bf7fb61d84ab46549ab512be 0.11 MB 243 114
249,469 249,469 000000000000005d93c3fd91e74f5a4f28a4931eb12c1bccf34b22bb29965b21 0.03 MB 72 75
249,468 249,468 000000000000004fbc0aee5552efb12867943caa5b6856b80fcc22bd27b7560e 0.06 MB 145 92
249,467 249,467 0000000000000067da07621e472b4c45a33047d10c29f131d61fdf4d42f67278 0.18 MB 386 95
249,466 249,466 0000000000000062286bf6b98fad2fae9dde8f3a4b0804caec499f308a6d4fe1 0.00 MB 1 0
249,465 249,465 000000000000000d7a6608d33b6b1ecdae59ee836b84422b94e38d63627ed8e2 0.11 MB 187 112
249,464 249,464 00000000000000571d977f0b7f0ac9b3b7fc41cc0ed95df6486ff97c5a0704c6 0.36 MB 658 51
Previous 10 blocks ↓
Total Size: 779.03 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 69
    • Outgoing: 10
  • Data Transfer:
    • Sent: 112.74 GB
    • Received: 0.39 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.