Loading Tool

Explorer IconExplorer

Memory Pool

79,303 transactions
29.14 vMB
0.07186143 BTC
Random Selection Loading Transactions
Max Size: 176.86/200 MB

Candidate Block

Mining Attempt f6c29099730d43a24ed8d96a3ffd93ac0b6a31f562d59d16584371b8d29ac410
Version 20000000
Previous Block 00000000000000000002109166b8fbc24476efabda906aebee521a5bb03941cc
Merkle Root 4a500f9bccd0c1dab31285417f44856d1209779508c3f6d3829566abbc08a1f4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,791
Size: 1.00 vMB
Total Fees: 0.01098014 BTC
Feerates: 73.20 > 1.10 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,110 (49,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,985 865,985 000000000000000000029ba197841be5c5504b749faa14a9c27927e4b06d0076 4,714 1.00/1.00 vMB 65
865,984 865,984 00000000000000000001f4a4a22000352cee1771499fa344572fc9a33375b02d 4,824 1.00/1.00 vMB 57
865,983 865,983 00000000000000000001efcd9f7751ce62e0123f1065ed1c1e753be1393398fe 5,457 1.00/1.00 vMB 33
865,982 865,982 000000000000000000008bb249500b19975e715660efa75763586fd95a0fa0c4 6,027 1.00/1.00 vMB 37
865,981 865,981 000000000000000000024d8f3bff8c6419a44a9bbdc962388af9b835135c0cb8 3,857 1.00/1.00 vMB 76
865,980 865,980 00000000000000000002eec95576d3c649e7ab0814efd462b67a96e2f0693dab 3,773 1.00/1.00 vMB 61
865,979 865,979 000000000000000000025438a6033c5e82bea5019b9b7dbc56b764bd46501036 4,495 1.00/1.00 vMB 85
865,978 865,978 000000000000000000025bb026976ec6628650791c5ce990ed483c3b6b3401f0 6,375 1.00/1.00 vMB 64
865,977 865,977 00000000000000000002787b263c5debd0513e2d25fa871429b361b40ad85d58 5,699 1.00/1.00 vMB 81
865,976 865,976 000000000000000000002b654e0dbfec2f64e2305286f5e7930231dc9ffca431 5,919 1.00/1.00 vMB 115
865,975 865,975 00000000000000000001f9d101cd0d836069aaf1cca5fc35788410a0988d7669 5,007 1.00/1.00 vMB 168
865,974 865,974 00000000000000000000ad9dc8c52a5249151a471b02d6ad3e74a2d8a0d69833 5,388 1.00/1.00 vMB 214
865,973 865,973 00000000000000000001c8dce64b02f4d7f50032b439d9a80aa97f678c9a45ab 6,639 1.00/1.00 vMB 253
865,972 865,972 000000000000000000025ebf83b12ec32e661cca7cc4392232b1c970d1a7350d 6,527 1.00/1.00 vMB 230
865,971 865,971 00000000000000000000124d0c537b45738b0573facc0da0e5f6ee1c00a1ae8a 6,706 1.00/1.00 vMB 217
865,970 865,970 000000000000000000021f4ffcf8b361cd6a82f1698bdd8090879ded8892643d 6,555 1.00/1.00 vMB 242
865,969 865,969 00000000000000000000f44405b7ed7c0f7c20c2755982f1bf4dfa71df06e67e 6,071 1.00/1.00 vMB 260
865,968 865,968 000000000000000000018c8b438bcb8adf73f9cf24a1b490f5a2ae8ad89c0197 6,354 1.00/1.00 vMB 194
865,967 865,967 000000000000000000006f1c5963fd37357bf796f30ce45a2135b7e51b2a259e 6,269 1.00/1.00 vMB 246
865,966 865,966 00000000000000000001cef1770a3f9f257a3694cf278e943924725f77260104 6,051 1.00/1.00 vMB 267
865,965 865,965 000000000000000000001637331d14a671363491d27e0e13195adecf5381470d 6,578 1.00/1.00 vMB 173
Previous 10 blocks ↓
Total Size: 782.58 GB

Node Details:

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