Loading Tool

Explorer IconExplorer

Memory Pool

79,049 transactions
29.95 vMB
0.07489921 BTC
Random Selection Loading Transactions
Max Size: 183.01/200 MB

Candidate Block

Mining Attempt 079807abcae4e55e0178e15bca5b9c74e4c352548f86ceb9f10c547d5ed61df4
Version 20000000
Previous Block 00000000000000000001341e3d93978594e8c6b2f50720725be672de3d340c6b
Merkle Root a22ead022c72e6c4702a4299163af9d4bae3549475cd3ba093edd6217b109aee
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,411
Size: 1.00 vMB
Total Fees: 0.00848902 BTC
Feerates: 18.60 > 0.85 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,390 (531,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
383,906 383,906 00000000000000000d07df52cbfa5c982768803f81cb86bf3eecfa8a818b69fc 1,134 1.00/1.00 vMB 19
383,905 383,905 00000000000000000e5dd83a2c32b159f95214f876750211bae1f4789f6c824e 1,147 0.93/1.00 vMB 19
383,904 383,904 00000000000000000b4e80aaa4ac4d31635ae699e037a389b030d8a00fca9f95 599 0.25/1.00 vMB 40
383,903 383,903 0000000000000000078ddc77472b7e83e741eec05c72f34f540f42c8729dcd5f 224 0.13/1.00 vMB 31
383,902 383,902 000000000000000004eddbb0405d4af42d3de9a96b724b8142e65d427f90e309 398 0.19/1.00 vMB 44
383,901 383,901 00000000000000000c6865df0895b8a6e4cc9350792a8b20ef86a0e7906ad89a 1,109 0.40/1.00 vMB 53
383,900 383,900 0000000000000000019ec7f6052a91f75583bcef4678a19a7cc038db51951238 2,124 0.92/1.00 vMB 42
383,899 383,899 00000000000000000f1586f2f1f2557af1305257e52c25759f7e0064b02d1c31 2,740 1.00/1.00 vMB 42
383,898 383,898 0000000000000000061cf7932e8f539ac5c514ec87f872b4afc378df4d78f365 1,043 0.95/1.00 vMB 20
383,897 383,897 00000000000000000998f9ed759967a7209ed8a771f553cc59ef4b222d811f3c 2,095 1.00/1.00 vMB 29
383,896 383,896 0000000000000000056183cb640f1dc04500f358ffd7c86d4ea7e8133b53f54e 2,166 1.00/1.00 vMB 40
383,895 383,895 00000000000000000eb87e4d2b1f6ef2b202c49a472e4ef269e38ef738d6c74e 1 0.00/1.00 vMB 0
383,894 383,894 00000000000000000f2b2e4dd2023d40009e8d34fe164f2c91504e58407694b6 751 0.75/1.00 vMB 21
383,893 383,893 00000000000000000ed422de3071e4f67964981554741065468aa4ee0b2f78a4 2,056 0.75/1.00 vMB 43
383,892 383,892 000000000000000004bbad611d99b24bf2a288033c23669cb46f593813d33d26 1,793 0.78/1.00 vMB 29
383,891 383,891 0000000000000000092d4046d8837153364ce33241ed8e2e50c9146f1506da49 124 0.95/1.00 vMB 3
383,890 383,890 00000000000000000d66ba63f1829f8a3c7e7e0858eac6e5c58b827aba5bac12 2,550 0.95/1.00 vMB 61
383,889 383,889 00000000000000000d84bfc2c78cacc27c345af38822848f00d9683f911af6b6 206 0.93/1.00 vMB 84
383,888 383,888 00000000000000000129acf0e3880a554e94d802db57c21ae7275de68da9d9c5 237 1.00/1.00 vMB 94
383,887 383,887 00000000000000000cd6903664ef38af13465a5d39a40ed54b8c7b4ea11662b9 62 0.05/1.00 vMB 33
383,886 383,886 0000000000000000092bec068dab9f9171ae3c5816ed85e7be9f7fba87f51c63 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.07 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: 720.88 GB
    • Received: 18.29 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.