Loading Tool

Explorer IconExplorer

Memory Pool

80,769 transactions
30.16 vMB
0.12269821 BTC
Random Selection Loading Transactions
Max Size: 180.91/200 MB

Candidate Block

Mining Attempt 3b6c08ea70bbd55f6afbb0db259c275e91ebd9830e2875393a92622c722fbc8f
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 80091e3256741fb17e5aaa577820feeb12616b3f50f499c568abcd351ca418f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,474
Size: 1.00 vMB
Total Fees: 0.06094454 BTC
Feerates: 180.34 > 6.11 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (809,615 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
105,367 105,367 000000000000e7a2954c6a1ecdb0ed867f1c43f8b23a5930fa1eb218276db8df 12 0.00/1.00 vMB 0
105,366 105,366 000000000001f7d41acb3764e5156656aba0f5e4c9038d9b36a9c50368040f97 5 0.00/1.00 vMB 0
105,365 105,365 0000000000026261eb5150090b810baac9155f213ca1c126897f485667c88ef3 7 0.00/1.00 vMB 0
105,364 105,364 000000000000bdbc1161774bfc04225c1c0e1b051b1621f011db9219c490ba51 12 0.00/1.00 vMB 0
105,363 105,363 000000000000f7e7b6e502ec3dd335b57c465e765692988ff6048cf20b91b6ff 12 0.00/1.00 vMB 0
105,362 105,362 0000000000000e6637af883aacb95d8032265dfed0429091a31bef0cec42c458 12 0.00/1.00 vMB 0
105,361 105,361 000000000000e331badc7a4de7f6bef3a0ad564e08fc9a7de7c89cd8350b6c47 11 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.