Loading Tool

Explorer IconExplorer

Memory Pool

42,072 transactions
26.79 vMB
0.05705951 BTC
Random Selection Loading Transactions
Max Size: 140.64/200 MB

Candidate Block

Mining Attempt 38906259c5c11acb016743b6953808105acbeef410fa7aaf19b23642f6a3b64a
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root c0b8517418c315f1fbe545e32de2b4578c6281d7c464866e40756daedf625fbb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,487
Size: 1.00 vMB
Total Fees: 0.00747370 BTC
Feerates: 103.41 > 0.75 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (292,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
622,272 622,272 0000000000000000000a9e7dc7b33b6b4bf893c2084dfe282caa03beab17f9d3 2,690 1.00/1.00 vMB 102
622,271 622,271 00000000000000000002afd1ede86f3fd4198bfebb6f7bf8205fc6e6eb0276b0 2,327 1.00/1.00 vMB 46
622,270 622,270 000000000000000000046276ffb646444623a1a0defd4d4da8bcd6d4abd8c05c 2,776 1.00/1.00 vMB 67
622,269 622,269 0000000000000000000cf997b7ec3c19bf986d69c2279aef83c3483d53cdf2a1 2,564 1.00/1.00 vMB 35
622,268 622,268 00000000000000000006aec0367191c6ac55a7ebb766a6d3967557f6a82e26ee 2,723 1.00/1.00 vMB 42
622,267 622,267 00000000000000000008c517d4c2e491ea383006342dd578a4666e4a7af2c3cc 2,753 1.00/1.00 vMB 61
622,266 622,266 0000000000000000000673b340d32abade722e901036ef3bb61c7c9817ece717 2,922 1.00/1.00 vMB 53
622,265 622,265 0000000000000000000a441422d1e474b4b58e3ffe01c1097d56c797411a8bbf 2,942 1.00/1.00 vMB 57
622,264 622,264 0000000000000000000f603aa3f145b286184ce12b4e5739f7a6dd9f8f74cdfc 2,656 1.00/1.00 vMB 71
622,263 622,263 00000000000000000005c2f41c592abdaf7e12aa775e7fc68eb745f5fb037e4e 2,491 1.00/1.00 vMB 87
622,262 622,262 000000000000000000068db6dedd26ae638bf34a7498982483c77b117c4d7769 2,108 1.00/1.00 vMB 82
622,261 622,261 00000000000000000003f930135409283266aafa4d81c62be512dd39769db004 2,083 1.00/1.00 vMB 98
622,260 622,260 00000000000000000002cf87c7fc392c67e67ebb5d68adc9af3d141380042a7c 2,353 1.00/1.00 vMB 90
622,259 622,259 0000000000000000000e31d5e328a74db5c623d5469088fc3e4a237739c7861a 2,732 1.00/1.00 vMB 77
622,258 622,258 00000000000000000003c5dcb3829879545c5550cfa4b82624767489b2a562a4 2,658 1.00/1.00 vMB 84
622,257 622,257 0000000000000000000a84c9a24ec8a009bcd95961177fbd3dddb480cccf838d 2,392 1.00/1.00 vMB 83
622,256 622,256 0000000000000000000666ed0980ac1b52a680bd7f88c0367e90d9ddb4e7cc33 2,293 1.00/1.00 vMB 78
622,255 622,255 0000000000000000000e432264daa4d886c3924d1f40c0ddd2807b9e66a39ec4 2,704 1.00/1.00 vMB 58
622,254 622,254 0000000000000000000c957784177391fd4f1e5840c0d4eee9e306a50b6b0959 2,642 1.00/1.00 vMB 88
622,253 622,253 00000000000000000006e2535f36d44d2a77dbf1175ad6101e1148bd8386cc6d 2,911 1.00/1.00 vMB 59
622,252 622,252 0000000000000000000bfb48365749038775d8fef61dee2f8d1da7ef41112697 3,162 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.32 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.