Loading Tool

Explorer IconExplorer

Memory Pool

18,997 transactions
8.34 vMB
0.03214141 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.30/200 MB

Candidate Block

Mining Attempt 437fac5812c59454e9b49a701ff8817124db706db7e3c9ce84daa2f1f69c349b
Version 20000000
Previous Block 000000000000000000005de82c89e76a4485033bd94c0162c863c16d02ff1cea
Merkle Root cc9beac6ea722fb7688b33cd0e4260bf114bd22179485a61f424cb23e4892e87
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,759
Size: 1.00 vMB
Total Fees: 0.01440338 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,398 (652,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
261,377 261,377 000000000000000839c4bcd127affb58ce8a898e4daef5111673f09b026d73d3 692 0.25 vMB 208
261,376 261,376 000000000000000058b64062724dad2a17618e0c90a8b0d664edbcbd55061021 13 0.00 vMB 110
261,375 261,375 0000000000000002058219ab7e39135402aacdddbf77942bccbb75761f8cc2c2 278 0.11 vMB 123
261,374 261,374 0000000000000002a88130dee035301ad92f7da4d9953679db376c908608f46d 131 0.05 vMB 90
261,373 261,373 000000000000000f75f457f1a1549a1e2276e54fd1eee5795ab1087fc3540075 279 0.14 vMB 100
261,372 261,372 0000000000000000a168b79e67c63572f1a136f906e793b38c7211f87a5d46f4 314 0.15 vMB 91
261,371 261,371 0000000000000014f3df85355d5585a434766ddf376bde9f3f4fc60e0fd6268f 94 0.04 vMB 98
261,370 261,370 000000000000000bddf6eb8173248a68e2b37c5506f38f8125d1929a800beafd 247 0.11 vMB 94
261,369 261,369 000000000000000fa110d36c0aaa35c35a5912aa607cbdb43267d4dca9472e05 115 0.05 vMB 88
261,368 261,368 000000000000001c790f35d64fc976d09053973620d49caef351cb1f3bf7bb66 39 0.01 vMB 61
261,367 261,367 000000000000000fb3a88c4b3d4d8a6f79ae050388684b79714377e260867a9b 284 0.14 vMB 100
261,366 261,366 000000000000001adf858aef7d792ab9306f18e26b23d3ef2b9a6e9bf2d3793a 223 0.10 vMB 109
261,365 261,365 0000000000000015a3967b647b2094bb3505e726b6c8d4c0f8a0b82329e390c6 91 0.04 vMB 92
261,364 261,364 0000000000000009fbc2f4f6bd19b96d1118f2585d5910b328e0a39f4d4e6bf8 55 0.03 vMB 8
261,363 261,363 000000000000001ba4c60caa176bd5564133749ab7dbc44479891207cac19573 77 0.04 vMB 27
261,362 261,362 00000000000000082ad4d7db6ded6ee4e0aa0a18770571d8d79e25e7e56d534e 207 0.08 vMB 113
261,361 261,361 0000000000000014feea34043767e7f27bd43fdc90afecc76fbdb97c17ec60c2 145 0.08 vMB 58
261,360 261,360 000000000000000c18f3d34a1cae4bf1d19137ad32db27b8dcff4c52f401abdd 208 0.12 vMB 101
261,359 261,359 000000000000001a79ed107329e82bcd04435d2cb753466b1870dbe1c4e8d429 326 0.14 vMB 94
261,358 261,358 000000000000001ba9133540c65ccb76b4950ba1427ab109bca860233ae05b39 414 0.24 vMB 59
261,357 261,357 000000000000001457fd9934c2725c458c7c209f59ddd5d95717739501930ef9 592 0.25 vMB 69
Previous 10 blocks ↓
Total Size: 779.56 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: 262.38 GB
    • Received: 1.01 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.