Loading Tool

Explorer IconExplorer

Memory Pool

45,291 transactions
28.68 vMB
0.10300400 BTC
Random Selection Loading Transactions
Max Size: 150.05/200 MB

Candidate Block

Mining Attempt 0ed408e32170c681bb402077855b91712bb4f5410c0ef19cfd3153e8c65433de
Version 20000000
Previous Block 00000000000000000001dc7d8af27fbeaa83efa4a354c22a9b1c23db4f2935e4
Merkle Root 4881e9d347c182246de94d020ac43377653f45b52d5abb65226727418b2a3c3c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,067
Size: 1.00 vMB
Total Fees: 0.04305684 BTC
Feerates: 477.45 > 4.31 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,252 (789,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,769 124,769 0000000000002a4299fb237aa9d941872b4327aeb6bbe70e3fe1314435f53693 20 0.01/1.00 vMB 1,277
124,768 124,768 0000000000000718a623b2be2b8bd5c9e5e5113ed862109b587ad3eb1cfbb77d 18 0.01/1.00 vMB 194
124,767 124,767 0000000000003ae2272bb2ad89d11b3b3119536690de1bf3b3180d3e0df91d27 48 0.02/1.00 vMB 1,992
124,766 124,766 0000000000004c6b4486ff538560b486752fa8565992982ebdf428a1ed03d3de 14 0.01/1.00 vMB 2,154
124,765 124,765 0000000000005de6f8e4775ed6a12856c94a286ea19300bf7ba95319c9d35844 18 0.02/1.00 vMB 982
124,764 124,764 00000000000036ea1066904ba5d5d01fbd940e08f2fe0235ea5d8a72e8c48131 27 0.01/1.00 vMB 0
124,763 124,763 0000000000004e5f36f0342e91fb1e2c907f0b48819b60040c91e8c19328e522 29 0.03/1.00 vMB 722
124,762 124,762 000000000000580198dff694cf02c87df386ede4574a680ebdf63d7a44a2aed9 44 0.02/1.00 vMB 394
124,761 124,761 00000000000027b402f0eeee60b5831278eed00e5e2d04780a35d5da0be28947 13 0.00/1.00 vMB 1,190
124,760 124,760 0000000000002acd0346f86c9c8d45bb1b147f14d5b03a2dfb46519a6742e470 10 0.00/1.00 vMB 909
124,759 124,759 0000000000004a48887e5d367fb47891d7da4d7cdb4126b34529d2c779b6f10a 24 0.02/1.00 vMB 933
124,758 124,758 0000000000005e7da8e48316e8ec7a3984ac1614047b5897389a7a4597dd5625 15 0.01/1.00 vMB 920
124,757 124,757 00000000000000ac206438b73a4a303537b43ceddeb1b6748a0154bdeff1e07f 13 0.01/1.00 vMB 1,347
124,756 124,756 00000000000028e94325c1bc23013aa206d037e54dc1898a2569330e599eef84 14 0.00/1.00 vMB 499
124,755 124,755 0000000000005040bb3ca140cace9aa50ee9a2f30f8c74be3f2a59b0e58cab22 19 0.01/1.00 vMB 1,092
124,754 124,754 0000000000001e4932fa405d3b495ed0df58c248d694b8a4b692e448990e4c7c 14 0.00/1.00 vMB 1,157
124,753 124,753 0000000000003109f11572bda0351d2b6dda111a3630bf45919b2d2722846ed2 7 0.00/1.00 vMB 0
124,752 124,752 0000000000005d7d1acc628bb59e4baa03649baffde6ea97933e656dbf4903a2 8 0.00/1.00 vMB 256
124,751 124,751 0000000000001fec8de71e9f38179c26773b607caa9a05fb64763d62bafeae9e 10 0.00/1.00 vMB 334
124,750 124,750 0000000000004dd5909ae3f90d69a22edc7f5bd8bb3880fce2d333c91a63a07c 8 0.00/1.00 vMB 619
124,749 124,749 0000000000000e992ce2e20bb1f5cb124b15b1459cc9d8fcff36f9224d281bfe 32 0.01/1.00 vMB 542
Previous 10 blocks ↓
Total Size: 781.04 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: 576.87 GB
    • Received: 8.56 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.