Loading Tool

Explorer IconExplorer

Memory Pool

27,597 transactions
8.87 vMB
0.07702442 BTC
  • 1 sats/vbyte = 6 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.79/200 MB

Candidate Block

Mining Attempt 3f6e87565b5c038299c06a9cd96cb3032b5dfee1157e595ec41f0b054f849eb8
Version 20000000
Previous Block 0000000000000000000011ee6be1f5cf973d03d599ed04c0e662c0af9fe42b42
Merkle Root bff13a57db5f632f2670390fcf5e5320f38a6038a73b6b51019935dd088af98f
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,376
Size: 1.00 vMB
Total Fees: 0.02202530 BTC
Avg Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,996 (713,506 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,490 199,490 0000000000000591973b77b42fdfb35a803ba650f2bef5a9db5107c5798712c8 0.04 MB 101 133
199,489 199,489 00000000000003431394d9e374f63af4a1c6343c5e75485bbad9ce7cf6f3bafa 0.06 MB 187 1,137
199,488 199,488 0000000000000364c5fcae1215a489051ad3a4a8a13e1fabfc4ba66a5663f575 0.05 MB 125 119
199,487 199,487 00000000000006155bb1046364d7deba06f5fff21a2f0672505351129c8d41e9 0.09 MB 201 130
199,486 199,486 0000000000000530ea6126710e9958713f49d57ed24d4fe928c4cb855fb0c29b 0.09 MB 187 133
199,485 199,485 000000000000023008b6e89c4e2b22449bb57d9a2c27610fc0dad423e80f960a 0.11 MB 269 151
199,484 199,484 000000000000045e8f5054f2eadafeafee5c6d565781044aba7b8cc40a923f73 0.11 MB 200 185
199,483 199,483 00000000000001c326d51199c92398fcda8fa69e5c06f4494390eedf47eb34dd 0.00 MB 18 87
199,482 199,482 00000000000004d232c77208ea4964ff88bb1548da3a0da1fc37ef7a4f8a1f7a 0.11 MB 200 116
199,481 199,481 0000000000000130c2a963e64793638d33ee1e97075e514aadce8518539f4317 0.18 MB 374 149
199,480 199,480 00000000000002f6032201959afc0e9e118a988d229150d91c68a5785570c65f 0.35 MB 856 138
199,479 199,479 00000000000005592b1e7014fb02aac3a6358ca6f27bbb098f13046221d7919c 0.03 MB 60 125
199,478 199,478 000000000000011a78e5f34208e8bc211cd85cc9d959a8a17179b5a7ad553b88 0.05 MB 101 320
199,477 199,477 0000000000000366d9ecac3614b2debe7e734a3b2751c44297d7914522c436eb 0.05 MB 101 55
199,476 199,476 00000000000000eecde24930af9f72dff56a6189161ce05e6a76902e958688ea 0.19 MB 397 139
199,475 199,475 00000000000004388797d37f1a9f48959c63e116ebfcc15207b1279d6b93c120 0.05 MB 113 110
199,474 199,474 000000000000056fc730037ea9715ee0dcb6b42d939d50129b05b858dc43bb78 0.13 MB 107 77
199,473 199,473 000000000000044a8433168206e3aede9bdbc4d99b4cd5790c06ac0ffd5939a3 0.24 MB 595 141
199,472 199,472 000000000000046a50f8ed437dab4f618ab79d733d835c94f57eac94643abc27 0.05 MB 142 130
199,471 199,471 000000000000059e3d987961fbc6f18ef9491bcbfb854e9670e62b80f9dcb74e 0.03 MB 81 44
199,470 199,470 00000000000004fde17a48d6ce9a6032fd273c7bb3348efb8524941b2bc628e0 0.17 MB 305 146
Previous 10 blocks ↓
Total Size: 778.83 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: 378.94 GB
    • Received: 3.41 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.