Loading Tool

Explorer IconExplorer

Memory Pool

72,568 transactions
28.02 vMB
0.06887930 BTC
Random Selection Loading Transactions
Max Size: 166.06/200 MB

Candidate Block

Mining Attempt 08526df5e736a9cdd085b4e4b57bcd9e22c1c2afd26347299ca21d36a9a3c95f
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root 38dfeebf0339c24ec54c43d1d804350efe899e144ae7e7cbd27902c1400f108b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,847
Size: 1.00 vMB
Total Fees: 0.01282990 BTC
Feerates: 101.52 > 1.29 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (809,647 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
105,388 105,388 00000000000265751e148918862136990b3da2cd3b8662562f7c062751bff8f1 189 0.05/1.00 vMB 0
105,387 105,387 000000000002d4a8def3360651d5d1e9783ab7a1b7d4c419f4471161c3581f75 11 0.00/1.00 vMB 0
105,386 105,386 00000000000081c4488ae8143b26c1f0b1df33e9dc495be2cccc8af0aa4fc553 12 0.00/1.00 vMB 0
105,385 105,385 000000000000e06a23a0b5c1dcabd50c5bc527ce1ad1cb9feff067d9b8b1709d 5 0.00/1.00 vMB 0
105,384 105,384 000000000000c758b61c112c8c7d016b1500bb4dbc83a517982a05892c98c8cf 18 0.05/1.00 vMB 935
105,383 105,383 000000000001470139e4dd44f95f0e6cc96ff074446d368fe686917cb9bf2720 12 0.00/1.00 vMB 0
105,382 105,382 000000000001ae28a47977785f2125b4994137323d0ac51b171f4c4dfc315bd6 7 0.01/1.00 vMB 0
105,381 105,381 000000000000b23994784767dfac8e8dfe1aefeadf49c7d5b061166084551129 10 0.00/1.00 vMB 0
105,380 105,380 0000000000006d57e8f6f2bd159ab674e80d96037494df69e541f556f289e7ec 10 0.00/1.00 vMB 0
105,379 105,379 000000000002a136b9b7c2ee6d4297eb0bb99e8cbd006b644c6f28a8b3c2473d 12 0.00/1.00 vMB 0
105,378 105,378 000000000001303f54f1c8e7fca0c1e6100f4b9efcf32908ae42ac99922ae1e9 191 0.05/1.00 vMB 0
105,377 105,377 0000000000027b64d9bebcd19aa719b1fa1cbf0b7bc6f41a054804cb1c6fa1fd 12 0.00/1.00 vMB 0
105,376 105,376 000000000000a4c7ea218725401182a37fd143dea552dba47cd3ff29d7b32804 7 0.00/1.00 vMB 0
105,375 105,375 0000000000012d143f0c9e1978387c8894f039ead644070c9cc915d824b418af 12 0.00/1.00 vMB 0
105,374 105,374 000000000000214ad28dc309fb38b4652d3106238f3327093f146c50a5ec6254 19 0.00/1.00 vMB 0
105,373 105,373 000000000001a7b824dcf77d82e295af592fcac3994bf00ea5d561e7ad9dbb0b 11 0.00/1.00 vMB 0
105,372 105,372 00000000000292929335a4aec9a84ba1a68bb9a8a6bb2599056b19639ab98112 3 0.00/1.00 vMB 0
105,371 105,371 000000000002041589f74c599b5da29a76aff94ac26f56733b3e80939fba0eba 8 0.15/1.00 vMB 991
105,370 105,370 000000000002c90b5b851601d75db0caad4917cf8b7e55e75f00ce5f00a7e0cc 7 0.04/1.00 vMB 980
105,369 105,369 0000000000015c690cf484040f961717b8ba396d13d5617df02030b8a63c6762 27 0.01/1.00 vMB 0
105,368 105,368 00000000000072574f1f1e8980b86330aa8f10144149662e70e8a8c107a6da49 12 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.45 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: 667.46 GB
    • Received: 15.25 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.