Loading Tool

Explorer IconExplorer

Memory Pool

49,702 transactions
30.43 vMB
0.18569952 BTC
Random Selection Loading Transactions
Max Size: 162.92/200 MB

Candidate Block

Mining Attempt 7b6d2ca97f9b8132fe24977b9b5050eaed0428072b090a4ec12a292b7fa771c5
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root f5aeeb97e5612978ff9ae4ce67698247fa6b94e3cb6b10292ffcb2b567b1d9b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,800
Size: 1.00 vMB
Total Fees: 0.10074670 BTC
Feerates: 261.10 > 10.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (439,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
475,371 475,371 0000000000000000010e3117695c04d66d31cfa8489b70579dcc2f12c5a2daae 2,444 1.00/1.00 vMB 305
475,370 475,370 000000000000000000d98e57b83834a2d1f4387a93d06861bcf3ea5fc498bd55 1,937 1.00/1.00 vMB 87
475,369 475,369 0000000000000000012138e05f0779765277a9d2ab7e4a2a70882790abf98a0c 1,876 1.00/1.00 vMB 137
475,368 475,368 00000000000000000031da0519149cc935e7eb5e73e635c670abc35134b3e7ff 2,560 1.00/1.00 vMB 238
475,367 475,367 000000000000000000a461a534b439c95e209bfca475774c6fa2812d49c65b33 801 1.00/1.00 vMB 59
475,366 475,366 0000000000000000016d10357add79ea2a38a5a07bb6a0d4ba75bb628b607eda 1,526 0.85/1.00 vMB 104
475,365 475,365 000000000000000000b3c92713fc0c095aadb82a253ae2eff149f6c34cc5f59c 2,395 1.00/1.00 vMB 135
475,364 475,364 0000000000000000014e631f1361c7d1f5a8f4546e0e1487b9d18e08d38b539a 2,561 1.00/1.00 vMB 209
475,363 475,363 000000000000000000e7ddc76bccfe78255fc34cb1eb820e8c1f394cf08d4502 1,615 1.00/1.00 vMB 77
475,362 475,362 000000000000000001343b1b1e3609227011beed5d2d8440bf68ea6d2d8b590a 2,562 1.00/1.00 vMB 212
475,361 475,361 00000000000000000170cb778721d4869968db147e9e3c29a05809b844368ee9 1,987 1.00/1.00 vMB 60
475,360 475,360 00000000000000000075dcab34b57d60f73e2e1ee22ef133933003e55841f78e 2,337 1.00/1.00 vMB 245
475,359 475,359 000000000000000001596831907e7e0806918a628242bb3c6ef7900b000fe57c 1,823 1.00/1.00 vMB 36
475,358 475,358 0000000000000000009dacbc6dc9c690e85f6b45eb4950381c7a307e263d8c67 2,506 1.00/1.00 vMB 236
475,357 475,357 00000000000000000116f0d81c4af9f7d9f15dad089c96617c7d41b30b295deb 1,686 0.72/1.00 vMB 125
475,356 475,356 00000000000000000040ccb5c0d111dcaef150c5f3053fdab92219aa3d32bc60 772 0.36/1.00 vMB 211
475,355 475,355 000000000000000000a94c59e8ac74de6f6795a1550a5145fb64b595c4121999 2,194 1.00/1.00 vMB 171
475,354 475,354 00000000000000000084bb34f56f5d8ea0a5c0a86a652594fe32a09850bed523 1,742 0.77/1.00 vMB 91
475,353 475,353 0000000000000000002d01e98829483495fe524d13f74a437333ac21f79947e5 1,806 1.00/1.00 vMB 96
475,352 475,352 00000000000000000136ee5f6286e5079d9160d3a08f80666333080714916d12 1,762 1.00/1.00 vMB 64
475,351 475,351 0000000000000000000a73e3920bdaa8b9d2b4339a094752c937e90c8fce7965 1,347 1.00/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 782.05 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: 651.01 GB
    • Received: 13.38 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.