Loading Tool

Explorer IconExplorer

Memory Pool

74,391 transactions
28.67 vMB
0.07532370 BTC
Random Selection Loading Transactions
Max Size: 169.88/200 MB

Candidate Block

Mining Attempt 3d002c65d3ffd77d90181c461a60da746d839fc4b5e7b7b63463816de5144c74
Version 20000000
Previous Block 00000000000000000001a221195e57ed6fa4fadb7060779cb0798a1ccd734f48
Merkle Root 22dd9a1f739382a1e21d8b0d84447e1ae1ab3e094ab74f575271a4a2f356c529
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,044
Size: 1.00 vMB
Total Fees: 0.01767287 BTC
Feerates: 250.89 > 1.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,043 (261,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,913 653,913 0000000000000000000695fc1ced5967e8b3cd0dfb1549cfd60608e29dde5756 2,581 1.00/1.00 vMB 113
653,912 653,912 00000000000000000006fa626766656a2f6f20db891eac6824f576d81e1922bd 2,571 1.00/1.00 vMB 97
653,911 653,911 0000000000000000000a274ba0888aa43bd0f76acc9dfcb759ddad98ae4b152a 2,616 1.00/1.00 vMB 112
653,910 653,910 0000000000000000000b3c984272c11d72dc371d9e4820fc741bea6d91677d8a 2,420 1.00/1.00 vMB 98
653,909 653,909 00000000000000000002989876c239c848777f2ea8d2159935f8ff056057e105 2,090 1.00/1.00 vMB 47
653,908 653,908 000000000000000000053ea66e2b9a1b2b15ffc818a6053fa587d949d0de9a52 1,759 1.00/1.00 vMB 86
653,907 653,907 0000000000000000000bc70f0d9de6a86cdfd8eaf0faa467d546e61043ac79f0 2,363 1.00/1.00 vMB 74
653,906 653,906 0000000000000000000d822353fea73e813a1da5e97f70f92f5f09c7ec8def26 2,460 1.00/1.00 vMB 62
653,905 653,905 0000000000000000000281139f1633b1b9cc7580fe6dc1afc119111903b90356 2,515 1.00/1.00 vMB 86
653,904 653,904 0000000000000000000ce6700696318ce4c7a730479681dff7775530c07539e5 2,290 1.00/1.00 vMB 71
653,903 653,903 00000000000000000001de4f5b23eba22e746f5818c723356a0827dfbbe73334 2,812 1.00/1.00 vMB 119
653,902 653,902 0000000000000000000b7ff65c3739692b0b7804456f4773d463ef2d15d5dfb8 2,598 1.00/1.00 vMB 96
653,901 653,901 0000000000000000000c4c295ecd01d00f0a9c1781594a17a0e5fbe411d1a660 2,470 1.00/1.00 vMB 121
653,900 653,900 0000000000000000000d7dfc95941b2a6e3d1ddad669ec1ea13c97c0a6930646 2,940 1.00/1.00 vMB 100
653,899 653,899 0000000000000000000a038bb6dd2836bb8a389c83b28a84f08b738135f62325 2,355 1.00/1.00 vMB 112
653,898 653,898 00000000000000000009ba35d7472e363521a185c4c021016c2463d3f88b5e62 2,426 1.00/1.00 vMB 130
653,897 653,897 00000000000000000009a8b3e35e76187c2f272f377144fa04f37c95ebc71a39 2,629 1.00/1.00 vMB 146
653,896 653,896 00000000000000000002e1fb7200e6692dde9fd036cc3673ef2c21587e7dbbd9 2,585 1.00/1.00 vMB 144
653,895 653,895 000000000000000000005fe691de62f153cc6b6eb3e004d37f4225862c703d60 1,412 1.00/1.00 vMB 135
653,894 653,894 0000000000000000000a3412b41d0756761a894a002d7b5d80ebe3df42b34b84 3,303 1.00/1.00 vMB 177
653,893 653,893 0000000000000000000757b28fd73c503950a1933fbca174c9cc0738ee962226 2,302 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.47 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.98 GB
    • Received: 15.35 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.