Loading Tool

Explorer IconExplorer

Memory Pool

19,133 transactions
15.03 vMB
0.03129105 BTC
Random Selection Loading Transactions
Max Size: 76.20/200 MB

Candidate Block

Mining Attempt f338179b0135d94a2c3b9bfffec2b06db7195586e1a5d3c7038bd1d3ce9f04bf
Version 20000000
Previous Block 0000000000000000000086b2e3cf9b1559c0483be21435c9d380a6afcf96acab
Merkle Root b558aa7c52a867c0856b40547496b0ce79d73752e21ededc7cefcaa143f742f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,726
Size: 1.00 vMB
Total Fees: 0.00494931 BTC
Feerates: 96.15 > 0.50 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,157 (787,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,383 126,383 0000000000001c560aa99bba567911552164edbe569db26cf38755d365bcc340 31 0.01/1.00 vMB 1,070
126,382 126,382 0000000000002ecfe0a5e7b4c8aad55f69218edf3f0f1a1f12aac85187fc3a19 4 0.00/1.00 vMB 64
126,381 126,381 0000000000000cf4a332ff9b50f30ab9518301718625200150cef2fea71ea19b 12 0.01/1.00 vMB 1,762
126,380 126,380 00000000000035c0e1d9e53c17e501a1287cf4e4c971ae7dafa9c8f8163fae47 4 0.00/1.00 vMB 0
126,379 126,379 00000000000003e5320631f7f7aa2d322618988541ac60871828d57a5f10ce57 11 0.00/1.00 vMB 1,292
126,378 126,378 0000000000001f3c17e5d2d54bf2618a28f97e6a6e9fd5ec175acd1c65de7d67 8 0.00/1.00 vMB 336
126,377 126,377 0000000000002c72d6a6f5b08adf4278c04b3460534accd575f446fbc6cc5df3 13 0.00/1.00 vMB 1,284
126,376 126,376 000000000000284250884836e03280f2b25109ceea39a2ed702ce1d167af03c9 5 0.00/1.00 vMB 0
126,375 126,375 0000000000001d87c97ada9d161acd580aeff4fe7a2259c4710e16c05d9bcbcd 6 0.00/1.00 vMB 463
126,374 126,374 0000000000001bd0023d75ab6005c61d8c5e715f35cae6882d3304290a5d9185 5 0.00/1.00 vMB 854
126,373 126,373 000000000000324eb9b63ef0822b4bca58624217616f3932ec5dd1044f910e15 8 0.00/1.00 vMB 938
126,372 126,372 00000000000014064d5e3aeeceb419b47b676421b52860d75b4c21bf0df62d12 5 0.00/1.00 vMB 1,161
126,371 126,371 000000000000098698945963c9ea5dd412897c3497f8e638d75da93a418528a7 82 0.03/1.00 vMB 427
126,370 126,370 0000000000003ffdb29c4138dca631e9ffc9b2c3a46f645edf54ecd50793c7f7 4 0.00/1.00 vMB 1,288
126,369 126,369 00000000000037c601ce252f6f4add61102cd0b8c461fa9e169cc3fc431996e3 8 0.00/1.00 vMB 1,315
126,368 126,368 0000000000001e1be06434e03273fcca6d317f2da6536101d5dc1ba4a1a72cc0 9 0.00/1.00 vMB 353
126,367 126,367 0000000000003b7f01900c084be5c8b3f8bb9559028ae18a0d4bd9ff6f105f3d 16 0.01/1.00 vMB 1,185
126,366 126,366 00000000000003365cea0551d9c4c42713f69d9620622160bc67f21cca4fa3f9 18 0.01/1.00 vMB 869
126,365 126,365 0000000000001c3b9accbc42553720f007650f8c5c64450fc4ffb661000319ec 3 0.00/1.00 vMB 0
126,364 126,364 00000000000034173ee2ca3ded2b83ae94ece2d030506caa83d98798a6077043 5 0.00/1.00 vMB 48
126,363 126,363 000000000000394dbfaed577c72b9ffb7066419fff60d7d70168ecbccf6da830 26 0.01/1.00 vMB 825
Previous 10 blocks ↓
Total Size: 780.87 GB

Node Details:

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