Loading Tool

Explorer IconExplorer

Memory Pool

81,118 transactions
30.34 vMB
0.11721834 BTC
Random Selection Loading Transactions
Max Size: 182.77/200 MB

Candidate Block

Mining Attempt 673dd2ee4ea579dd35329a5e683794d24b84be4ba05d2ddc5c8490e005eabad7
Version 20000000
Previous Block 00000000000000000000df3472a1fecf1266b59b222ff852cf918f03b4495fb4
Merkle Root 3f2e3349a0be593d2de99994efbb711ede0841fc2bdc2e2beaa385535719f979
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,136
Size: 1.00 vMB
Total Fees: 0.04345255 BTC
Feerates: 150.68 > 4.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,141 (302,709 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
612,432 612,432 00000000000000000008a71f56177b4e5a573a1aae3b100c5e0f591feb9a35a8 2,386 0.85/1.00 vMB 12
612,431 612,431 00000000000000000005ef470ba9bc38b599c3a8df866b122550726e230d5385 97 0.02/1.00 vMB 21
612,430 612,430 00000000000000000008efe7191b5f7db785b8892b98ae8c4e0e56a6f4cda1e0 3,755 0.99/1.00 vMB 13
612,429 612,429 00000000000000000003d5790a2c75ba9c37a3ae99028f64623032857da3bd4f 237 0.19/1.00 vMB 4
612,428 612,428 0000000000000000000c48efb43f8f400b4e3922622f33b4f1ccd456de6c9a00 2,664 0.93/1.00 vMB 12
612,427 612,427 000000000000000000108916a76885b617b808177e1cdbab39950111b509ee89 2,063 0.56/1.00 vMB 12
612,426 612,426 00000000000000000004740dd70934d606221e6ccd9d84ecdf373251193d04ed 2,457 0.70/1.00 vMB 13
612,425 612,425 0000000000000000000a898c836ba9ac8a50028710ed5b8bd4bf844d3d0fb758 1,555 0.40/1.00 vMB 10
612,424 612,424 000000000000000000122e5136233771de4a4116812e66cf6eff6954dea208df 3,351 1.00/1.00 vMB 18
612,423 612,423 00000000000000000002043d54ef087d1ad989a25ef2c0d8de9907a471d7a19c 1,071 0.29/1.00 vMB 17
612,422 612,422 00000000000000000004c116ef322cf9ca647948bef548f4303544bfe3fd8d70 2,667 0.92/1.00 vMB 16
612,421 612,421 0000000000000000000734950cca591ade61a5c8ac47a8c00c30cec0ef87d923 1,438 0.45/1.00 vMB 14
612,420 612,420 000000000000000000036c7705c5ff5f09f8b57c7207eba1adedd966b7647e16 717 0.34/1.00 vMB 11
612,419 612,419 00000000000000000000862692b423c8eda15fc8dc23e361e6eed89e1b1e93b6 418 0.21/1.00 vMB 11
612,418 612,418 000000000000000000143dbb76f7588262b7b583b5d0045d99a62e5fac6c2e64 36 0.01/1.00 vMB 15
612,417 612,417 0000000000000000000156ece41053c9d9960c554aa3bbcfc3770864a4fbb6d9 2,404 0.95/1.00 vMB 6
612,416 612,416 0000000000000000000d0e575c5e91a05bf825f175c306e82bef818782362cc1 3,374 1.00/1.00 vMB 22
612,415 612,415 00000000000000000011d804e981a0da15d66fa8b43bb105d9f51e7f65d144d5 2,430 1.00/1.00 vMB 14
612,414 612,414 00000000000000000005635e38ebcf8c760ec7eca70ce4f04a5cbf3d15fede9d 794 0.22/1.00 vMB 15
612,413 612,413 0000000000000000000c55a68853758b18a4d3bda9b60632960e4c9f298282d9 659 0.17/1.00 vMB 13
612,412 612,412 000000000000000000076ad177510ed38ddfb86a693914c6abd5b1e9eacb3d51 2,365 0.72/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.