Loading Tool

Explorer IconExplorer

Memory Pool

23,807 transactions
10.09 vMB
0.06470221 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 58.82/200 MB

Candidate Block

Mining Attempt 28be279721e53087ad0760ba6b963f0a3ea4b74420588ea9c84a7b1e6f557730
Version 20000000
Previous Block 00000000000000000001124cf23d5407a6c1c959f1638ede05fd1137b99bca69
Merkle Root 7d876f2aa42dcc5adbd65fecbc87081e3aa889f259ab0e626e974f36671bedab
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,349
Size: 1.00 vMB
Total Fees: 0.03493189 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,405 (657,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
256,241 256,241 00000000000000094943a4f8db9e6e3c7693fda19a87e0c6311cbff6af5e30ed 54 0.02 vMB 90
256,240 256,240 000000000000001c4c2ae705ca273cabbb7881587eee17d65e97872f6d32e3dd 363 0.15 vMB 104
256,239 256,239 00000000000000153e89df838e32e1d69f44352582b7e916779a4c81f5c87fc8 113 0.04 vMB 45
256,238 256,238 0000000000000022e8d500382e2890c4188afbac95bd96b28badeb40535a2d62 175 0.08 vMB 117
256,237 256,237 00000000000000132059570a30473e9a66082f15a3587f46674e2868e42c1717 320 0.13 vMB 120
256,236 256,236 0000000000000001d5cb5a162b017593ea700796346fc4ad2878317f88639558 132 0.15 vMB 46
256,235 256,235 0000000000000004e00a510cb0eb701049eab4ffa7f5ae0cb35166012f206735 395 0.20 vMB 41
256,234 256,234 000000000000003040c350eb9968ddd8d465c02d3b8c08a57092d648d84e81fb 648 0.25 vMB 191
256,233 256,233 0000000000000001fd0e62b6be598ed76515a2044941efdffaa6cffbaedf6be9 415 0.18 vMB 151
256,232 256,232 0000000000000012934a060e2f39186df3576919488f578142ac0b39f40eb016 294 0.15 vMB 100
256,231 256,231 000000000000002ff0c69115a9a7ec287f2eb1e7aaf5fcd8e570523c6d0e35da 648 0.25 vMB 113
256,230 256,230 0000000000000020c9620a098f464ca259dfb49e0d58ac6e8072fb9ebf01aa22 375 0.20 vMB 75
256,229 256,229 00000000000000101ce20a35d1ddcae106b960d6e785104426f8d0bdd2017bf2 681 0.25 vMB 136
256,228 256,228 000000000000002c6fa89ede90bbc722936a218850ce5f6376edb2ea00a7fa05 15 0.03 vMB 35
256,227 256,227 000000000000002a6ecdbe7fbfa95c3506f1453577a683a79da81098e7905584 553 0.25 vMB 87
256,226 256,226 000000000000000b82f040c3342eb73532a6124efc40b024fdad513e05fd0bd5 628 0.25 vMB 1,586
256,225 256,225 000000000000000d93e092f11fbffe4cf51b3230b85429126fd59fdc4a658711 256 0.08 vMB 195
256,224 256,224 0000000000000022474ef8062a2b3ffac71dba34f4713e4320cb03ab2a8b4f27 268 0.11 vMB 142
256,223 256,223 000000000000000753309260f94ad504e02cfc39bbd27864572d935b1aea715d 44 0.02 vMB 86
256,222 256,222 000000000000002a45bf369333c2daa0555e8e6f064cbd6bd1ff1a5d06980d82 188 0.10 vMB 89
256,221 256,221 0000000000000008eb3fca44109bb27457996bed4ed933660deaaf2c99e33363 435 0.25 vMB 64
Previous 10 blocks ↓
Total Size: 779.57 GB

Node Details:

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