Loading Tool

Explorer IconExplorer

Memory Pool

78,521 transactions
29.15 vMB
0.08275389 BTC
Random Selection Loading Transactions
Max Size: 176.42/200 MB

Candidate Block

Mining Attempt 192fb1a023c66b8b7ac050ed1bf1ba9d1edb256ad42fbfa8a0f90d5be47a5852
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root a75e252d4085064c4c63b51f3045aeefdf2286748c84ef31b6c86bbae345f578
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,655
Size: 1.00 vMB
Total Fees: 0.02182175 BTC
Feerates: 178.73 > 2.19 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (453,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,876 461,876 00000000000000000017f3f8170e981b616d7bdeb78382e089e59af2bf9afd5f 2,025 1.00/1.00 vMB 161
461,875 461,875 000000000000000000bec49ccf95faf2536bebe0a20f8973fe1d564903a6b976 2,332 1.00/1.00 vMB 185
461,874 461,874 000000000000000001ec00d83cd2ac17fa556838a2d132a602fe5addbb1092ea 2,047 1.00/1.00 vMB 178
461,873 461,873 0000000000000000004fc7385648479b0f059bce81422f5e6a628db86e2b269b 2,236 1.00/1.00 vMB 191
461,872 461,872 000000000000000000cc7b846bd0177a199a7dc2f5af7cdff3dc4141acd939f6 1,725 1.00/1.00 vMB 125
461,871 461,871 000000000000000001e76769c1611bd04f2e4a6c9725cc44af9505a836509a4e 1,750 1.00/1.00 vMB 119
461,870 461,870 000000000000000000f8d55d5d0d154581538d6c532d36beb021041c37c2efa9 2,185 1.00/1.00 vMB 190
461,869 461,869 000000000000000001e71f88b57fdaa775a3c5626bbce39a353804517a3d0a1a 1,723 1.00/1.00 vMB 118
461,868 461,868 0000000000000000007957ee7133a86908f5184e08c11814435aab79d6b841f2 2,427 1.00/1.00 vMB 140
461,867 461,867 00000000000000000006387781393bb1cb0acec2ce5f46c5d98adbf3695a3fcf 3,099 1.00/1.00 vMB 150
461,866 461,866 000000000000000001b60b7229af16e9769a7b38792c5e5582bf905a5f123e69 2,628 1.00/1.00 vMB 176
461,865 461,865 0000000000000000016304fdada3f2a161454f63d610d84b142c438ad432b541 2,710 1.00/1.00 vMB 160
461,864 461,864 000000000000000000bd3e60901c3ba1eb20318c2cab13d97f8018bcc17ea0e8 1,907 1.00/1.00 vMB 162
461,863 461,863 000000000000000001c4ecca22aebcfbdd0a6af423450e470e17d1e46bb1fe1b 2,185 1.00/1.00 vMB 149
461,862 461,862 0000000000000000018aa05987a58552000b8ef96172bcdd728e326e62a94a82 2,017 1.00/1.00 vMB 171
461,861 461,861 0000000000000000007d41a7e3e30209b91d16290572f81af014a5868a66317f 2,288 1.00/1.00 vMB 223
461,860 461,860 000000000000000001921cabb481557b148105aef8e069ee1a291a57a094c56c 2,365 1.00/1.00 vMB 193
461,859 461,859 00000000000000000129dfa4cfe6b8d449f48b5b87ecc05b49b28027081dba2f 2,248 1.00/1.00 vMB 148
461,858 461,858 0000000000000000004d4b1c9b57a0ed8ae39002d8f651c25404ad758e0ebbb1 2,379 1.00/1.00 vMB 187
461,857 461,857 0000000000000000004bef3941bb6b8c2d1883728d501cdbbfb3970103913f9d 3,357 1.00/1.00 vMB 135
461,856 461,856 000000000000000001c50d95645c2ec8acc0235c3d5f2029d765a15479634549 2,777 1.00/1.00 vMB 151
Previous 10 blocks ↓
Total Size: 782.68 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: 678.22 GB
    • Received: 16.44 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.