Loading Tool

Explorer IconExplorer

Memory Pool

81,608 transactions
30.49 vMB
0.07659836 BTC
Random Selection Loading Transactions
Max Size: 183.83/200 MB

Candidate Block

Mining Attempt 61401426be462f0772d0c1df4d6ad62d0ab17ad24d5ff8219e8974ce845c5c8e
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 24bec631e85c9670b2ca896efc9d91cf858859ed651c59a4c4459fe7e2d8e589
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,027
Size: 1.00 vMB
Total Fees: 0.01382643 BTC
Feerates: 40.91 > 1.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (127,187 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,788 787,788 00000000000000000002748c2faf9422823abcf3351d5d9a6706c2dc430aed04 5,012 1.00/1.00 vMB 46
787,787 787,787 000000000000000000021024a5b956d03c4ebf838c7ada5cce315300d7002c5d 4,754 1.00/1.00 vMB 51
787,786 787,786 000000000000000000046139acdafaf1bf42f03898aa66e3c92de6fc50f586aa 4,143 1.00/1.00 vMB 36
787,785 787,785 000000000000000000019f53a0c8640b8dd42183726dd764bc43428364e58c30 5,248 1.00/1.00 vMB 47
787,784 787,784 0000000000000000000451238bcf36898a410002e3fb19d21ae7d6ca4a90d617 4,804 1.00/1.00 vMB 49
787,783 787,783 00000000000000000001d3e2ee5afe18351e0dba6cfeb971cba0d2a32ed7cfe8 4,205 1.00/1.00 vMB 49
787,782 787,782 00000000000000000004563467b0471fe8ebba58d0b23c858867129e7ecd9d2d 3,970 1.00/1.00 vMB 44
787,781 787,781 00000000000000000002e4806a7038e8bbb8b465f129b34a84713f6963023122 4,235 1.00/1.00 vMB 47
787,780 787,780 00000000000000000004d4c54e383385cb999c6ce80775b4320b312dafff4eb5 3,883 1.00/1.00 vMB 40
787,779 787,779 0000000000000000000564301e3b6f1b1cb88fc14eebaca28a7f557de1171324 4,156 1.00/1.00 vMB 49
787,778 787,778 0000000000000000000434a757d053c4dcdfd2a20005b12852dcf47a4dcdf1af 4,445 1.00/1.00 vMB 44
787,777 787,777 000000000000000000051af7ea4a26c245cd554323d4fdbea48811bf6957cbf8 4,843 1.00/1.00 vMB 46
787,776 787,776 0000000000000000000251f47789c9f39db6024ce43ae0042869e20791f3dca3 5,492 1.00/1.00 vMB 45
787,775 787,775 00000000000000000005a760a91ed662872e28c4f8dfede51790f4f8d1c8ae4d 3,241 1.00/1.00 vMB 52
787,774 787,774 0000000000000000000562c8d7afeb240c2224134c561f5d4dca6427c3b93ac0 4,026 1.00/1.00 vMB 48
787,773 787,773 000000000000000000033477ba03601202e47b74caf29c8a5744e528cf9aa21c 3,554 1.00/1.00 vMB 52
787,772 787,772 00000000000000000003c677752f7a003dde789a31befdadf26dacd58aeee9c6 2,986 1.00/1.00 vMB 34
787,771 787,771 0000000000000000000292ab35c412972f3f99167da0b7fd9fc17cacbb64cf15 5,291 1.00/1.00 vMB 42
787,770 787,770 000000000000000000030cc06fbf92458177cbbf2c2c452351c706d1d7a229b5 3,147 1.00/1.00 vMB 47
787,769 787,769 00000000000000000001805e688b9b30ece41fe18328f447cad868c38509e696 3,997 1.00/1.00 vMB 44
787,768 787,768 000000000000000000023b877d12d2d576ee5fcc15cafdc6f337dd0a3237e7b7 3,387 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.35 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: 661.73 GB
    • Received: 14.82 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.