Loading Tool

Explorer IconExplorer

Memory Pool

79,399 transactions
29.27 vMB
0.08859005 BTC
Random Selection Loading Transactions
Max Size: 177.31/200 MB

Candidate Block

Mining Attempt cf857f439c5acabe6fcfc7f2a2c48d56fb74936065978bac0259a86ba48a6663
Version 20000000
Previous Block 000000000000000000011fe80ab0efc0f5275ceb3cd290b68a57004395140fae
Merkle Root 6d4879cca62b1b0e02051b12ff43c43be99a750c7b5f6aa62588cdc69c70e34b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,939
Size: 1.00 vMB
Total Fees: 0.02733003 BTC
Feerates: 146.36 > 2.74 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,108 (479,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
435,142 435,142 00000000000000000283f05b64d53f1c413b35c1ce7abf5bef8b8e9b239e84c0 2,229 1.00/1.00 vMB 74
435,141 435,141 0000000000000000017e650040187e787795a68522d8cd317860499cec58c38c 970 1.00/1.00 vMB 40
435,140 435,140 0000000000000000037a71f833a7b641b702ef2325fd7aaf0b29679a10a50bf7 1,049 1.00/1.00 vMB 92
435,139 435,139 00000000000000000041984ae684125e1c6eab18ca7e4c2546924e6e6c24406e 2,444 1.00/1.00 vMB 78
435,138 435,138 000000000000000003d713b6709c1cc4783aa351fbfdb375c6fbd93ce43c131a 1,767 1.00/1.00 vMB 45
435,137 435,137 0000000000000000014f79ca53f0bc76d4f0012f7813e38bb4876bce614e4236 2,189 1.00/1.00 vMB 60
435,136 435,136 000000000000000004325d9334b43d5a6a7487e0fddc1d90b30ac4e7c278ed1d 2,157 1.00/1.00 vMB 83
435,135 435,135 000000000000000000b916488f46a1204d1d425d417131a3f271fad5b74e5cf6 1,979 1.00/1.00 vMB 58
435,134 435,134 000000000000000002ccfad2d1c71ca7fd97adc6e5a6e17ca148563037ecd57e 2,671 1.00/1.00 vMB 59
435,133 435,133 000000000000000003a7f92e87bde63cc5ada02866e217e4f686375d84bbb302 2,900 1.00/1.00 vMB 67
435,132 435,132 000000000000000000adb0878249151ecd47cbde495ba8df334e9068b4db3c93 2,588 1.00/1.00 vMB 66
435,131 435,131 0000000000000000001b43db4247cb4adbd0aa1765db17664763a28c70dec4de 1,538 1.00/1.00 vMB 65
435,130 435,130 000000000000000002ce07ccb7b63f6d242636ce809716b6b957ed85d6f8aa17 2,656 1.00/1.00 vMB 95
435,129 435,129 000000000000000000d745ce30049a5c50c78058584b8b13e85cf006d4927451 1,911 1.00/1.00 vMB 63
435,128 435,128 000000000000000002bf7452f57d52c944d2a323b40b06cae3a8cddc8bbe91a6 2,616 1.00/1.00 vMB 92
435,127 435,127 0000000000000000010cec674c61db2f0e6ed3ddcfd3e9a52d7822b1aaf3799f 2,110 1.00/1.00 vMB 63
435,126 435,126 0000000000000000015a8126d3a3394b3403ea9f971a5819d89a20ef30d57ad8 1,747 1.00/1.00 vMB 98
435,125 435,125 00000000000000000285c7551c0fc66dc620f729ceaabe7f473f5ccb8b703847 2,270 1.00/1.00 vMB 74
435,124 435,124 000000000000000003b235a61a2e52dcbfa541917dddf52c54052bacc0797223 2,696 1.00/1.00 vMB 59
435,123 435,123 000000000000000003bf0fe6f9992fe40ffee152587b54792a1b961b8f4e7c29 2,639 1.00/1.00 vMB 98
435,122 435,122 00000000000000000003b434da1550b1aa1b13ccd01af4149527240cc510f9fc 2,406 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.58 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: 671.25 GB
    • Received: 15.90 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.