Loading Tool

Explorer IconExplorer

Memory Pool

43,592 transactions
27.09 vMB
0.06489646 BTC
Random Selection Loading Transactions
Max Size: 142.63/200 MB

Candidate Block

Mining Attempt b79749310a45993767dfad1ceb9c2b663498e78093b9fcd9ac769f666c461d75
Version 20000000
Previous Block 000000000000000000015e8f4c39ca0699d930716f37fac725961f0c21424ed6
Merkle Root 36f4850c79f961f798fc7979bb8d1373908283835f8e70f696859694a30fee8b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,216
Size: 1.00 vMB
Total Fees: 0.01444052 BTC
Feerates: 151.15 > 1.45 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,906 (239,999 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,907 674,907 000000000000000000063c86c09b9731d9de2b8952146cbe4ca42cc60da5cfd5 1,997 1.00/1.00 vMB 61
674,906 674,906 00000000000000000009953721a743adc372b95c8cdf0933130990a65a445bb8 2,719 1.00/1.00 vMB 99
674,905 674,905 000000000000000000089e002473e0c78f54283cf0e7564e7e5e4342039e01a1 3,201 1.00/1.00 vMB 74
674,904 674,904 0000000000000000000235a979892f037222656301dceacb16a9ab96eba85513 2,402 1.00/1.00 vMB 100
674,903 674,903 000000000000000000029d2069acfcbfe508e4f1838ed8b6bb9b9ec00707fdb5 2,280 1.00/1.00 vMB 113
674,902 674,902 0000000000000000000ae408b28dcd3d51bacd3ea0aee9aa5e868b4da001099a 1,318 1.00/1.00 vMB 107
674,901 674,901 0000000000000000000b17c683c3e2eafa36aad36d934e7afa0b75f1c9d77cdc 2,900 1.00/1.00 vMB 59
674,900 674,900 0000000000000000000b4152c32102116f645dcd748e7ff863e1511aedbaa719 2,766 1.00/1.00 vMB 86
674,899 674,899 000000000000000000035e6ef8bc8cdc444c7d9880431aa430260d639805e5b5 2,223 1.00/1.00 vMB 52
674,898 674,898 0000000000000000000a9ca71612ffb2abee9ffdf4c688d0f465b7bb23a93a6c 2,892 1.00/1.00 vMB 67
674,897 674,897 0000000000000000000a3ecb7f439fa3d59bc37c7d98a752d9c6e7ab82024cb0 3,043 1.00/1.00 vMB 79
674,896 674,896 00000000000000000005dadbd47eea43ace794cd8287d30c429792c2700d2f5a 2,732 1.00/1.00 vMB 113
674,895 674,895 0000000000000000000b733affb2ae930652769c82793c2248b72041eb9c267f 1,306 1.00/1.00 vMB 94
674,894 674,894 00000000000000000009c8880f5f3ee9c75a27920af356eefb7a706384e5e316 3,247 1.00/1.00 vMB 87
674,893 674,893 0000000000000000000be7a53557b5ddba276bf6e4e683fa87e9963813073468 2,913 1.00/1.00 vMB 107
674,892 674,892 000000000000000000070904f3d330f7023051122df068b9ba0176b0c3a12471 1,278 1.00/1.00 vMB 102
674,891 674,891 00000000000000000001427d2479cba27d8aae18683800a685a533de16127313 2,700 1.00/1.00 vMB 108
674,890 674,890 0000000000000000000bfab6c5a2e7847603b1a8d80d1bc0b4d1c38b15a48af0 3,058 1.00/1.00 vMB 131
674,889 674,889 0000000000000000000ab342de3e4d3f1ec0d9c11c3052d5fea92d24d85bff7d 2,257 1.00/1.00 vMB 63
674,888 674,888 000000000000000000099e6891f435d147b1dd5e06a4927fa29138216975f22d 2,989 1.00/1.00 vMB 81
674,887 674,887 0000000000000000000352f906f3c011bd370845c3ff87837566be1a3f7a05d0 2,279 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 782.22 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: 654.76 GB
    • Received: 14.19 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.