Loading Tool

Explorer IconExplorer

Memory Pool

11,015 transactions
3.93 vMB
0.04606567 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 23.89/200 MB

Candidate Block

Mining Attempt 097dc6356b765ab22d6b1bb2cca24d1fd64ed09c77eda998841de3dcf4acb0a5
Version 20000000
Previous Block 000000000000000000012165475346bdda413509df8fce68fc569e9b26a2eb5b
Merkle Root 90fceb5c7a427aa91ea4193dd100efbc80be30f67738ca45726211d23e5756a4
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,484
Size: 1.00 vMB
Total Fees: 0.04155282 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,483 (758,033 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
155,450 155,450 0000000000000c32b34f0e4221abbc6b89e80e9b456c931107cf2cad3ba1b188 4 0.00 vMB 128
155,449 155,449 00000000000003b0bc9d37f77289df4800d8fdfee95586954e3f70a21728b02d 5 0.00 vMB 0
155,448 155,448 0000000000000011332b34750dbce95661b21bbae4c3d76c0446584b75994ff2 17 0.01 vMB 1,162
155,447 155,447 000000000000049f724bb0e760302f15c6ca52ca5fa5eae0de57732ea6ea6d64 10 0.00 vMB 57
155,446 155,446 0000000000000bfc945c57db94738ebc6d6fd831ffa34e5e3cf0d9816399c293 3 0.00 vMB 97
155,445 155,445 000000000000040be70c287c78ff486b988485b13edc2fa16e704fd8656a194b 20 0.01 vMB 25
155,444 155,444 00000000000008b8fb39a619849f64425b3b55129ffadc1eec885bb58f74c942 49 0.02 vMB 66
155,443 155,443 000000000000001c830088ebec42bdd2a22e8559083ecdd8d45d7d5143a37863 24 0.01 vMB 58
155,442 155,442 0000000000000e8091a1f092cbed5654f97cb79a8ccdca6e15c97bba31e1d4d4 16 0.01 vMB 28
155,441 155,441 000000000000038899e8274d57952efe21b489b123aac6c86d12ace8906cc711 27 0.01 vMB 175
155,440 155,440 00000000000004d7526727eb5d1ae185a53c3d37a2d143f1114d4eb5dc17edf4 33 0.01 vMB 47
155,439 155,439 000000000000050c591c8963e7257f0f551754d60dedb65fff0fa6361fb27f45 158 0.04 vMB 99
155,438 155,438 0000000000000d75da86654b314d104ac8f8254667ffd025b32c39dc8414ae3f 18 0.01 vMB 43
155,437 155,437 0000000000000dd09bf2df4c3443a5d9dcd1086ad70e9ff7ec6ce9301074d6e1 27 0.01 vMB 264
155,436 155,436 00000000000002640b83fe03ab6761f65b48464c88cf6bf4de1cfc257314ae74 150 0.04 vMB 9
155,435 155,435 00000000000005ec987121dba455f77de7781911bd2294e59a206dc321d61f87 14 0.00 vMB 31
155,434 155,434 0000000000000cae1cec5cefa2b40f8d5dbd54a76d5756859c59809795db63f1 88 0.03 vMB 88
155,433 155,433 0000000000000d396bfbc3600d1157104b45050fdebb3e08e8e94da0292c219c 74 0.05 vMB 25
155,432 155,432 000000000000075263211627518d0eb66680a2211ad7427422693d51f51ad106 47 0.03 vMB 85
155,431 155,431 0000000000000851c7c4eec0c59599d82bcfd7534c0b09f410bf03fddc19b78f 40 0.03 vMB 50
155,430 155,430 0000000000000dcf53b8d4e75827cf7300ec44a48892a26bc3784656d774e7c3 71 0.05 vMB 73
Previous 10 blocks ↓
Total Size: 779.71 GB

Node Details:

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