Loading Tool

Explorer IconExplorer

Memory Pool

80,772 transactions
29.76 vMB
0.07215572 BTC
Random Selection Loading Transactions
Max Size: 179.63/200 MB

Candidate Block

Mining Attempt ad34ccb356c386538286dcd81f057ad992f0608485f6a51c04296d2cfabf033d
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root fb7418e8eb6c71595fde092c4b4505d7c1c018321074d9226ed590021a1e33c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,975
Size: 1.00 vMB
Total Fees: 0.01153234 BTC
Feerates: 100.14 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (785,322 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
129,644 129,644 0000000000000c6aceff66c316e1aaae9512dfd6153e92ee45530b10d55e59ce 20 0.01/1.00 vMB 675
129,643 129,643 0000000000000c34925b45d906337830266af6a8894c316b87a1e2586d18e92c 129 0.05/1.00 vMB 404
129,642 129,642 0000000000000e6be9b8744b6aba839ce4330523673baa3fd569bd69973d7838 14 0.01/1.00 vMB 152
129,641 129,641 00000000000004ba58b25ae3166d427ff6c13dc4510f335f0b6f57cb4864b9f4 61 0.03/1.00 vMB 1,093
129,640 129,640 0000000000001425fba710f85c9dc1d1da86eeb4c5337c71b7bc1d9413d5d7ba 38 0.02/1.00 vMB 682
129,639 129,639 0000000000001b5544f850f53bb10a1d2f4eb91dbb17a0bfcf9a21d6d29632cb 72 0.03/1.00 vMB 700
129,638 129,638 00000000000004b87c9e3f2d4b7506d3b18edad92e2c20ae2237c8ec88bfb518 90 0.03/1.00 vMB 216
129,637 129,637 00000000000003272ffa9a2a75547b0fadf9c6609177c0c94bb8e8b6a26a3d85 38 0.03/1.00 vMB 1,050
129,636 129,636 000000000000061c5c7bba721425d969d5a490582d9e1b516ccb2339c16cda41 71 0.03/1.00 vMB 848
129,635 129,635 00000000000016edac30e23417187571dc2e5ea4f70e652a5705ea3715926875 19 0.01/1.00 vMB 1,103
129,634 129,634 0000000000000b6beef967c1117845c135a5c2557dcd8efd8262682396b6573e 47 0.02/1.00 vMB 1,133
129,633 129,633 000000000000145cdb56ddff2556ff008c2dd2d6626619bc22d1a8d760f252b4 1 0.00/1.00 vMB 0
129,632 129,632 0000000000001290140649185a1ac7160523b80a6a5965f588348fd51fe1e22a 40 0.02/1.00 vMB 436
129,631 129,631 000000000000114ddcd967ccdf0fd10233d0bbfc269fc44f47eff35571209ec2 93 0.03/1.00 vMB 77
129,630 129,630 0000000000000f90280d0d456e2275e2bba29fdd2dfefcad22cc4db7a7a9a13d 23 0.01/1.00 vMB 924
129,629 129,629 0000000000001c6beba1753d33b974024e60e1423015b27f710337edf8c243b6 106 0.04/1.00 vMB 974
129,628 129,628 00000000000005b3111873875d14423300c7e8d58e34ce922882f454fbe4b154 39 0.02/1.00 vMB 1,201
129,627 129,627 00000000000006868990a110c06515b8a5dccd90a98fb3705d07110cc8e06bb9 9 0.00/1.00 vMB 497
129,626 129,626 0000000000000fb5f8f741a92cca766998ae494bb57bf9dc0804e252e73ba9e6 44 0.02/1.00 vMB 1,900
129,625 129,625 0000000000000d13b65c884eab14b6a0b8f86f2ea787c5bdfa626a3f58c3a2ea 104 0.04/1.00 vMB 728
129,624 129,624 00000000000017e47de49dae3375e47f02473bbc60917b141719f96ea23ccf40 96 0.04/1.00 vMB 478
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.70 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.