Loading Tool

Explorer IconExplorer

Memory Pool

16,567 transactions
10.27 vMB
0.02065548 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.39/200 MB

Candidate Block

Mining Attempt 781cbddc62af65da1098ae4caa874481cc885cf06a26c654399518f78377ad29
Version 20000000
Previous Block 00000000000000000001e4adc040e5943a26aca16b48e6178a736f319d347df0
Merkle Root 6e907d5c988b38cbdb5711938a9fbb3d945589a15fba8f25128998e8266a87ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,793
Size: 0.99797375 1.00 vMB
Total Fees: 0.00468318 BTC
Feerates: 101.00 > 0.47 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,638 (759,305 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
154,333 154,333 00000000000001d4c2ef2aa219e2c871c84a611d02d0f5e1afa75d371590ef33 11 0.00/1.00 vMB 48
154,332 154,332 0000000000000470efb41f4b67680327a6763aa6bcf36214d9e7327cd67f6612 10 0.00/1.00 vMB 203
154,331 154,331 000000000000011673ace41c71237f85346e95c078b3320a1cc8d829098ee90e 72 0.02/1.00 vMB 12
154,330 154,330 00000000000006711c862699c16312ad7e3157d168e85c598313509e46ba9f60 73 0.04/1.00 vMB 72
154,329 154,329 00000000000002470daabc93e473608702713bb2dc083328e3d1376f6f85bead 17 0.01/1.00 vMB 0
154,328 154,328 0000000000000657cc39218ec2fe6a7c982e192c7a1b0eaea9cb396982e61e52 58 0.03/1.00 vMB 1
154,327 154,327 0000000000000611bf922f0f7981b8641a0f8a8efeeeeb44e9f02263168e241a 7 0.00/1.00 vMB 302
154,326 154,326 000000000000002f8008f770b8ac42711a5a793147ae2e0221be0a0cb2015e6d 41 0.02/1.00 vMB 54
154,325 154,325 0000000000000dc46e61f616d424a0b41faad077522de37b5afabc9d29f966e1 10 0.00/1.00 vMB 0
154,324 154,324 0000000000000d45cd66a6692fff7fb3b176a6dd23c72d840a7dc6760b0b6463 23 0.02/1.00 vMB 95
154,323 154,323 00000000000003b0e53508d25a83501293985fd84391f86f226ceb26131f1b05 9 0.00/1.00 vMB 87
154,322 154,322 0000000000000b5e531cea154b0b7afce44cca943b913ea9291c70acd6a0a51c 79 0.03/1.00 vMB 57
154,321 154,321 000000000000083b3b6affe6cb0b5230344dfcb2f743c9cbc2df28e7c0522e41 59 0.02/1.00 vMB 64
154,320 154,320 00000000000008880ad88b410a403f361a4189881828aac43a3fc3fb775a8ccc 45 0.03/1.00 vMB 117
154,319 154,319 00000000000004d2c33c8568e60812d9fe8b16f219fd876371627fb0f6c536a3 24 0.01/1.00 vMB 18
154,318 154,318 0000000000000ae23aca15e267ad84582c6c40d7ae042b69631160d4e2100455 34 0.02/1.00 vMB 61
154,317 154,317 0000000000000aba3d69c2de297453c26027b8fb0562085cb2ebe1dac9c4c2e2 42 0.02/1.00 vMB 60
154,316 154,316 00000000000003c6bc2688c028742971df3e3387e9ce16b810e2282a7b5a88ea 16 0.01/1.00 vMB 0
154,315 154,315 0000000000000ac0600f5441dc2fbf68fe0fffee1e72d087e3f2fffe817d2a7f 148 0.04/1.00 vMB 31
154,314 154,314 0000000000000145305df315ccc78611d00249cd30e2827a5f9b5f3581864780 15 0.00/1.00 vMB 29
154,313 154,313 00000000000007c5a1a177e01a2f2e29b09f752322b7418d294a2850b59b2253 41 0.02/1.00 vMB 136
Previous 10 blocks ↓
Total Size: 779.97 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: 470.26 GB
    • Received: 2.95 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.