Loading Tool

Explorer IconExplorer

Memory Pool

33,832 transactions
18.54 vMB
0.04637269 BTC
Random Selection Loading Transactions
Max Size: 100.79/200 MB

Candidate Block

Mining Attempt 1d6c309867c987b743daddb1f05984433a73bec6a15007b2fea343b721b91215
Version 20000000
Previous Block 00000000000000000001427ffb51b57d5795d5553738181e12cb53c41c247693
Merkle Root a8f7bbdff9bdcb9246fe1e82723c9592f15b0e37de9d1dfde26d413f422c69b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,102
Size: 1.00 vMB
Total Fees: 0.01136270 BTC
Feerates: 502.67 > 1.14 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,057 (786,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
127,369 127,369 0000000000001376c3290f359a9e9e22fd33fd8c413a4ea44de383ae1980c44b 123 0.05/1.00 vMB 1,680
127,368 127,368 00000000000012a78534c2aa18c6b65a4059e7571aea08e695e4421725868556 12 0.00/1.00 vMB 645
127,367 127,367 00000000000009447582fe3a22ccb6d34125554e02cf264e1df9533fb2ee5e4b 18 0.01/1.00 vMB 421
127,366 127,366 0000000000001a84757ae3d91b826e97f4d065757a0ab2c9cb728dde864ee8c2 106 0.03/1.00 vMB 292
127,365 127,365 0000000000001ce618995971fb7078b7a58245ccf84fa64d48723ecdcb5606a7 24 0.01/1.00 vMB 656
127,364 127,364 0000000000000126a8998d38fde84c7a4c05d0afb760ecc095579d2e8e107e53 13 0.00/1.00 vMB 2,464
127,363 127,363 000000000000068c1c1d509732a8873c5a96e0eaf8bf58890d18dc6345dd7c9c 13 0.01/1.00 vMB 737
127,362 127,362 0000000000001427ca611d78d4b188469b93f76fcec0085e10ffdf54d8268d68 1 0.00/1.00 vMB 0
127,361 127,361 0000000000000352f8586fab9a3b9c1c7e99ade213277fe874d91fb20fbbdc7e 19 0.01/1.00 vMB 696
127,360 127,360 0000000000001c2e06606c77bee014d0dcf2a0d9b21beb947f375ca20b158a66 8 0.00/1.00 vMB 0
127,359 127,359 0000000000001870ee99b84043375e4e07b27bfe8ae591cbd415a99c2851585d 65 0.02/1.00 vMB 555
127,358 127,358 000000000000204825f3fe9f43de0fc4682b716b88ea792e24c7e58bf19f15e5 42 0.03/1.00 vMB 742
127,357 127,357 000000000000047364ff0f362e99aab315aabc433271941860ed40d6854dbfd5 10 0.01/1.00 vMB 769
127,356 127,356 00000000000007f39421c593d5e96f8ac2672fd24c06e028e6d80e042d1d1a3d 68 0.02/1.00 vMB 458
127,355 127,355 00000000000007ee16bdf313b66b13768fee9a2d3db24fc07ca927331b8be99c 17 0.01/1.00 vMB 1,373
127,354 127,354 000000000000151791a6ea46b4f20ca0109fd9d68cab6da7de2841e9f61d44b1 17 0.01/1.00 vMB 466
127,353 127,353 0000000000001ae35597c52fca67bc02db30bf2ef81ec09f8b71afedd02d0887 78 0.04/1.00 vMB 1,593
127,352 127,352 0000000000001b1aa966c214a97bfa17723aa328acd4595d7fa64057ef4c229f 35 0.02/1.00 vMB 797
127,351 127,351 00000000000015eb95d9640bd3806f94a50e2854034ef8d38486aea216f2f12d 121 0.05/1.00 vMB 500
127,350 127,350 000000000000111653e2e5171cd44b41ea5342cef6c06b880ccb7a262b02cd07 36 0.01/1.00 vMB 0
127,349 127,349 00000000000005f8e0c8d6c27aef78113ad7bc764f9b8b0d41295b710eb21006 13 0.00/1.00 vMB 2,442
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.55 GB
    • Received: 6.73 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.