Loading Tool

Explorer IconExplorer

Memory Pool

82,546 transactions
30.23 vMB
0.13863917 BTC
Random Selection Loading Transactions
Max Size: 182.66/200 MB

Candidate Block

Mining Attempt dd36259dfcf4510ea53e481a35733da1928f3f853ddcdbc18bb7c1504fcf487f
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root be093618111cd23f30b5adc3e1a22ced349464bfbc6479c1c2d6723228ee3226
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,405
Size: 1.00 vMB
Total Fees: 0.05731879 BTC
Feerates: 477.45 > 5.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (285,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
629,640 629,640 00000000000000000005cc4f42615781cb79e21e839004fc0912d6f91e298c09 2,402 1.00/1.00 vMB 88
629,639 629,639 00000000000000000010d36dce888574bc94eaf740a9e4916c35931effb19dad 2,689 1.00/1.00 vMB 111
629,638 629,638 0000000000000000000d7921f6eaab4c55e256faca343c2ffdcb8e31a68c5cc5 2,484 1.00/1.00 vMB 90
629,637 629,637 0000000000000000000a59bea5b6349e46899550303972a0fd3b9ce269607c63 2,452 1.00/1.00 vMB 96
629,636 629,636 0000000000000000000b259cd8a10399ae110c34e7f9daf61fce446787978081 2,236 1.00/1.00 vMB 92
629,635 629,635 000000000000000000054a6d25f87bd46c00c4046211d5f1b9908f5800474b17 2,347 1.00/1.00 vMB 112
629,634 629,634 000000000000000000020f8dad7858dab3eac0a89e0a3769745d94f90ff5e832 1,280 1.00/1.00 vMB 109
629,633 629,633 00000000000000000009b4b974f7f75999b9f25694d4ebdd2aac3762a4400c9a 2,975 1.00/1.00 vMB 109
629,632 629,632 0000000000000000000444007b3b9fa5314b0a90707fd50829469865e136f7d7 3,166 1.00/1.00 vMB 103
629,631 629,631 0000000000000000000f5aba30559b940f17757ac41e5af46c6ba58e9c6486b7 1,892 1.00/1.00 vMB 79
629,630 629,630 00000000000000000002164b909af573bb8423309085a54fcfc2cd4fc041685b 2,862 1.00/1.00 vMB 104
629,629 629,629 000000000000000000006a22e78aacc57d402c76b585a5a1734cc4c2b8a168de 1,918 1.00/1.00 vMB 39
629,628 629,628 00000000000000000006886e53ce46bc3467b233b88028ef7a5f275c5dc2c00c 2,105 1.00/1.00 vMB 56
629,627 629,627 000000000000000000031500a3582daded4c9fe7ac1a34a51315406dbf7493e0 975 1.00/1.00 vMB 17
629,626 629,626 0000000000000000000d7d5db0b78d8e8df2ad5fd5044b4bb92dc36b2c35408d 1,433 1.00/1.00 vMB 5
629,625 629,625 000000000000000000023a7477aa04995b424df4aa9fb1a957e6e43db26ecdd7 1,919 1.00/1.00 vMB 16
629,624 629,624 0000000000000000000accd448c926739887d05312172552fbfc46c821b4d219 2,382 1.00/1.00 vMB 66
629,623 629,623 00000000000000000002235c2a6d7da992768210c3010a1abc1683281ec4ddcc 1,788 1.00/1.00 vMB 8
629,622 629,622 000000000000000000020afebbfa83f6858de287c90e4d1f20519472d5da2d61 2,388 1.00/1.00 vMB 12
629,621 629,621 0000000000000000001080e642bd08d1be865b7a03a4999699a42b3fad0024b3 2,881 1.00/1.00 vMB 37
629,620 629,620 0000000000000000000f91ca85610c57db4e0b1f4f0c294c7ef3f8286b1f4e18 2,400 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.63 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: 672.22 GB
    • Received: 16.18 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.