Loading Tool

Explorer IconExplorer

Memory Pool

78,762 transactions
29.18 vMB
0.11936280 BTC
Random Selection Loading Transactions
Max Size: 175.99/200 MB

Candidate Block

Mining Attempt afef646cff2bbdb1ddaf1d4e952b5d9f5053f07e7d51a1a713170aea88edb7c4
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 0a1271571d22308b3bbb8fc72cd3715d0c038e8fc4347d17220a7cdcb3d84ebe
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,124
Size: 1.00 vMB
Total Fees: 0.04318807 BTC
Feerates: 150.80 > 4.33 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (421,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,808 493,808 0000000000000000001b494644d2043868dc7e33f7a58638dbe889e194eb2b57 2,167 1.00/1.00 vMB 297
493,807 493,807 00000000000000000027a84411846791f9ac8ce4f0bfb53859a4e0695f4fbc59 2,040 1.00/1.00 vMB 335
493,806 493,806 000000000000000000472d1c7433e992611051c6888c2522ed573af59bd30dbe 2,530 1.00/1.00 vMB 161
493,805 493,805 000000000000000000a761a695809d69ff52dd375fd42b5fddd5709656a8bafd 2,630 1.00/1.00 vMB 248
493,804 493,804 00000000000000000002de56754287973134ef0110d1bbddd287e4e23390e06d 2,223 1.00/1.00 vMB 238
493,803 493,803 000000000000000000b8bdeeb6dfe31f1517dab6ff7e8689da12e638ab0f4032 2,489 1.00/1.00 vMB 276
493,802 493,802 000000000000000000a0270962bc046a932625fcc9f389fd505510f0d6d18b40 1,780 1.00/1.00 vMB 262
493,801 493,801 0000000000000000006e98cc55bbd3f0db4e6ac9925f949a5675eaf8470d0fd7 2,506 1.00/1.00 vMB 301
493,800 493,800 0000000000000000005aace962e1381482d75054d93bc7a91ccb07d961064ba2 110 0.03/1.00 vMB 311
493,799 493,799 000000000000000000094bbd024c66138a9567361b5eda2364b7282a225d4cfb 1,407 1.00/1.00 vMB 329
493,798 493,798 0000000000000000006c5e5d38e7f61a5cc5944643115aa394758357953703fa 2,343 1.00/1.00 vMB 154
493,797 493,797 00000000000000000037787f0bf40a551d02387a07bc586945d25dac384c5434 2,503 1.00/1.00 vMB 236
493,796 493,796 0000000000000000005fce207cb00c2bc75b28c2caa586e822160232f31ee925 2,176 0.94/1.00 vMB 267
493,795 493,795 000000000000000000b3fca276d9c9e67d1c50b4e0446e28b5805043a8bef994 2,137 1.00/1.00 vMB 234
493,794 493,794 000000000000000000070998967e703d4f0e0daf735e1338ef0e55dd799fb90c 2,181 1.00/1.00 vMB 223
493,793 493,793 00000000000000000017229591f8f5b36eac45084c6b37249aa4b8aba17ac6d4 2,499 1.00/1.00 vMB 280
493,792 493,792 000000000000000000ab8ad082e1bc9d9579bd768f15a1a759334daed7892948 2,305 1.00/1.00 vMB 284
493,791 493,791 00000000000000000007d415de04ed1d82bd7be537cbef05dfa3068a4769f30e 2,989 1.00/1.00 vMB 277
493,790 493,790 0000000000000000008569f002ddf7501ff58fb35559d7303b676875cea1225d 2,418 1.00/1.00 vMB 320
493,789 493,789 0000000000000000006631e7aedcd1dc3e5bd5a047f4b35c4e061594b0e7bbd3 2,420 1.00/1.00 vMB 324
493,788 493,788 0000000000000000001f826befe2522d3f51b54996afa6bb95f579e61bd6e69c 2,291 1.00/1.00 vMB 264
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.