Loading Tool

Explorer IconExplorer

Memory Pool

41,788 transactions
19.60 vMB
0.08468634 BTC
Random Selection Loading Transactions
Max Size: 110.60/200 MB

Candidate Block

Mining Attempt 607807212984cf513c565ec33b6dc1fdb09129314c3c65f53042019bb72b26cc
Version 20000000
Previous Block 00000000000000000001c6f1449909b43e6c3e2f259e653d98402e7ea5f43c7c
Merkle Root d9c17a4e9bf2595dff2890ff45ccb177abaf42d348434f2bd5db1b1efc2e947d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,582
Size: 1.00 vMB
Total Fees: 0.04625280 BTC
Feerates: 101.65 > 4.63 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,059 (761,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
152,938 152,938 00000000000002ff9cc6891d0fef191d6c45eea9f70f0bc3f1407613fd544c55 20 0.01/1.00 vMB 187
152,937 152,937 00000000000000ef06e4412b2e8639919d640dba3b919a660808813ceea1bf4e 54 0.02/1.00 vMB 17
152,936 152,936 0000000000000bb2d20a6e4219a6e631082ac53942657dc189fa9b7f76eaf4af 10 0.00/1.00 vMB 536
152,935 152,935 0000000000000cdb92b03b2630a994e310e623b09a5a8c2c1b741f1daee0c5aa 44 0.04/1.00 vMB 408
152,934 152,934 0000000000000ddf8348e51ec3ebc87c408b4131d2cd14f0e27a4c00bcacb333 5 0.00/1.00 vMB 84
152,933 152,933 0000000000000470df4e7e7cd4614f7c65059e9db7ba79bd21f090df6428f054 24 0.01/1.00 vMB 20
152,932 152,932 00000000000009629a6e4c4cbf021c07ea185d07610935c9da664593589e1e66 18 0.01/1.00 vMB 227
152,931 152,931 0000000000000d92afed41f972b0d48d2d8f91b77defbcfdecd2c5bb7adb6ad7 93 0.03/1.00 vMB 31
152,930 152,930 00000000000005381901b0373bf0d2337156ec19d182e5ae735f94fb58305af8 7 0.00/1.00 vMB 24
152,929 152,929 0000000000000acb6df9a012f34826efd93eece0a9c00e936967eccfe8c7a400 21 0.01/1.00 vMB 157
152,928 152,928 0000000000000269c919917e8364e2f537fa82305da8e4b0edf027fa22b096b6 14 0.00/1.00 vMB 53
152,927 152,927 00000000000004a2b62f5f0e6055f3781d1f2e2771ab8c36d9c72836ef52976f 10 0.00/1.00 vMB 328
152,926 152,926 000000000000053907033b0633fb6bbb1ad60bfb7fec8619fc899a2e5ba03b3c 30 0.03/1.00 vMB 39
152,925 152,925 0000000000000b658cdf9c57dfe5dd2ec551f6c868833acb3dcb376f0dde5229 22 0.01/1.00 vMB 43
152,924 152,924 00000000000001c63e57284f77f8efe8cad2ee54478a8fa6adb132996ba3b55e 32 0.01/1.00 vMB 228
152,923 152,923 000000000000064727501719cab3093b96385d567af58c675ef0ac0c764f51b2 90 0.04/1.00 vMB 225
152,922 152,922 0000000000000c619d73a6410fd1f6c082efecc5c4803cc4f0b2d2c42f9ff140 16 0.01/1.00 vMB 11
152,921 152,921 0000000000000065640cc569fd9d7b6994df83a7b345331bfa47d4de81c9c6c1 10 0.01/1.00 vMB 376
152,920 152,920 0000000000000cd0591416300df69f83ec4b689bd031ff27ff98a003f3bcf01f 15 0.00/1.00 vMB 246
152,919 152,919 0000000000000d5522ec4583a8eff9b47c01e3920ff669fd7b32723470bfbba9 10 0.00/1.00 vMB 739
152,918 152,918 00000000000003d51739178354ac479bbb48a63d0a4943518067ed6fa1186d6c 27 0.01/1.00 vMB 111
Previous 10 blocks ↓
Total Size: 780.70 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 554.64 GB
    • Received: 6.75 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.