Loading Tool

Explorer IconExplorer

Memory Pool

77,904 transactions
29.25 vMB
0.06287634 BTC
Random Selection Loading Transactions
Max Size: 175.83/200 MB

Candidate Block

Mining Attempt abbdd9e99d33262e90bbab7618c37f08afe5bfa9ab0db824c5ac5c977deac379
Version 20000000
Previous Block 0000000000000000000005fed7a2e04e0d65382f9c5d2d0085aa4ef4f390cc19
Merkle Root b9ff60ddf30104f7652d688f0441d5a96c6f7e1e7189f54152d1de8d9470e37a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,789
Size: 1.00 vMB
Total Fees: 0.00361162 BTC
Feerates: 21.09 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,013 (554,846 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
360,167 360,167 000000000000000007277dca91590dba499ec2a69f29178a42c71a1cd3d5b08e 328 0.25/1.00 vMB 17
360,166 360,166 00000000000000000aad9ba7d1c335f8c9d28fc00cd55a10d521bd1a95378c78 615 0.37/1.00 vMB 26
360,165 360,165 000000000000000014f5880a1592e1a81fbba846e83c69520b8579a74adb7dc0 397 0.24/1.00 vMB 25
360,164 360,164 00000000000000000d19a5322ababf0286a9e1a9ab6288d788412afc7bffc62d 625 0.38/1.00 vMB 21
360,163 360,163 000000000000000009bad67f61b0f506653fefca8ddf1e238d9910557d4159c0 1 0.00/1.00 vMB 0
360,162 360,162 00000000000000000569116c085ce247c8cdca01c27c87d22694c8730b832fc9 531 0.30/1.00 vMB 30
360,161 360,161 000000000000000012db4e916fb0e625f7f2feda3342e5ec33b7f6ad7f71b978 794 0.46/1.00 vMB 25
360,160 360,160 00000000000000000b2a30e220d14cb0d34dcf881a577e920b21c15d70dddd1d 1,178 0.62/1.00 vMB 29
360,159 360,159 000000000000000013e8a4cfaf06fd07595ab2d7b6871b8d1985bb103394a492 232 0.15/1.00 vMB 20
360,158 360,158 00000000000000000003bf3e85ccdbf1d678e0d66c6bd3c7a166cd08d3cd3898 454 0.40/1.00 vMB 16
360,157 360,157 000000000000000002cbf1aac3f94f1133910cb80cdbce4d14cd825489c18958 1,368 0.70/1.00 vMB 25
360,156 360,156 0000000000000000040a905b7eabec502aec31a17e9a0f6051b8107d58593b54 606 0.30/1.00 vMB 27
360,155 360,155 0000000000000000119305d5ba79daff2cc01a897b4d12ae97546249cb004632 1,305 0.68/1.00 vMB 27
360,154 360,154 000000000000000006e6e7824cbdc05abd492ca87fa67f0390fb27d1eb3b1e3d 308 0.43/1.00 vMB 9
360,153 360,153 00000000000000000ed2286fe97cdba8e77d46e03c5a58ae995892aa9c3a1dd9 1,235 0.75/1.00 vMB 12
360,152 360,152 00000000000000001678c1c05a229baaf29f22ab1e2bc30e0d570186ca4e3ee4 1,195 0.76/1.00 vMB 24
360,151 360,151 000000000000000016446104a2ff54c2a877a83b8a8c0af86f48fe50f6c584f0 647 0.75/1.00 vMB 17
360,150 360,150 00000000000000000e0d0246eeea278d99bad9d960de01b8c2d8cf49ffb7a88f 2,143 1.00/1.00 vMB 31
360,149 360,149 000000000000000003e85310cb8f3cfca371909b06f2ac3129f68023c3c1f6d9 1,180 0.75/1.00 vMB 23
360,148 360,148 000000000000000015066580ebfb1de084488a95332b1a3cce5a1be50f6a4f5e 2,508 0.75/1.00 vMB 64
360,147 360,147 000000000000000005f259d3e09468d395146bca56b44a352760d5f3ec0f7ebb 836 0.75/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.