Loading Tool

Explorer IconExplorer

Memory Pool

48,578 transactions
29.43 vMB
0.21727987 BTC
Random Selection Loading Transactions
Max Size: 154.32/200 MB

Candidate Block

Mining Attempt 96c99192fa0ab0c84760c25a33a479322ecfd204537da4e3076b772f752e7abf
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root ec3b0223051f66c482189788547e1b0696cede6180699fe40336200b8dccf0f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,403
Size: 1.00 vMB
Total Fees: 0.07114629 BTC
Feerates: 184.60 > 7.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (351,540 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,165 563,165 0000000000000000000a3661ca21c958ff1fb24bbe3284bdff17a3dc8bb34378 2,845 1.00/1.00 vMB 25
563,164 563,164 00000000000000000003ed986fddd861eed3b31b4ad13619ca9f4aad4d4bd3ea 2,731 1.00/1.00 vMB 47
563,163 563,163 0000000000000000002dce56ff34ffbbf79e85c8e4212507af976e6611d3a9f2 3,016 1.00/1.00 vMB 33
563,162 563,162 00000000000000000007241a135b7715abee5dc240e82e497d2bd7a845c88c7f 3,263 1.00/1.00 vMB 43
563,161 563,161 0000000000000000000e222c3e7b9a71358e9db9eb1c1722f2456acf443406bc 2,312 1.00/1.00 vMB 29
563,160 563,160 0000000000000000001fad757b2404c9da6c5c4b7644ee17c3822574f83be2eb 2,641 1.00/1.00 vMB 44
563,159 563,159 00000000000000000022ed95fbdde1e0fea4d129434039f3e8f0da5375a372df 2,874 1.00/1.00 vMB 36
563,158 563,158 0000000000000000002de4d5c9ff50f5120be1dabc09a789b41bd479a1856926 2,798 1.00/1.00 vMB 40
563,157 563,157 000000000000000000218a4ded5ea6eee6500fbb0151022419b0ff6dbf43c7a2 2,793 1.00/1.00 vMB 26
563,156 563,156 000000000000000000218856211d88fd5527c06d2b4ef8ae6a21a01869f49ac9 2,781 1.00/1.00 vMB 63
563,155 563,155 0000000000000000000046126d12f6a338d23cfd6ce05540d2d8e7c04c032e95 2,663 1.00/1.00 vMB 20
563,154 563,154 000000000000000000197a9cd9d829a5f848d956d553f51fce5461bc4cdc7e59 3,044 1.00/1.00 vMB 39
563,153 563,153 0000000000000000000a8904653aa5b95836a72fdcbff425b21a39676d091030 2,425 1.00/1.00 vMB 25
563,152 563,152 0000000000000000001afc2c9ef915b14d51f92938832734466a93d93f518bd7 2,187 1.00/1.00 vMB 28
563,151 563,151 0000000000000000000118f75f3199d64a7e5cc43ea848eec63c8bd272b81a39 1,007 1.00/1.00 vMB 30
563,150 563,150 00000000000000000000674f0d9d3d84970771eb15bf9ed72bce23d259e882ad 2,834 1.00/1.00 vMB 47
563,149 563,149 0000000000000000001388a7692377a4be0c415d7ed06df8743136c25ea4e970 2,460 1.00/1.00 vMB 25
563,148 563,148 00000000000000000000751afd731b27df45d3d9ef672a19f7657f9f4c5b61aa 2,817 1.00/1.00 vMB 30
563,147 563,147 00000000000000000005520a3e60fe8914d4005f8cd5281dd078e93240724ec4 2,465 1.00/1.00 vMB 25
563,146 563,146 00000000000000000026ea7a0d7c6a5c2b2e27cde560617ca4ddaf2c8cf108ff 832 1.00/1.00 vMB 72
563,145 563,145 0000000000000000000e9915e81c2d24263d545e1dc90ea2b17655155111d48c 2,496 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.87 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: 643.68 GB
    • Received: 12.60 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.