Loading Tool

Explorer IconExplorer

Memory Pool

80,219 transactions
29.63 vMB
0.06785026 BTC
Random Selection Loading Transactions
Max Size: 178.83/200 MB

Candidate Block

Mining Attempt 8e16daa1e789dedfb4451e4935533612b3021c602df9de43358bfe61543f8823
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root fa97f2233cd2141d5a3b5884323f0ea582c2ef9498cb77e6d5c281aa17abf2ed
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,325
Size: 1.00 vMB
Total Fees: 0.00764986 BTC
Feerates: 78.53 > 0.77 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (326,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,305 588,305 0000000000000000001a0f96c534d2b2debbe53525b6111109063356449fcf5a 2,314 1.00/1.00 vMB 13
588,304 588,304 000000000000000000043cf639fd96295e06c416f12f592034288e6d711218d4 2,725 1.00/1.00 vMB 21
588,303 588,303 0000000000000000000189f90b159e560c835e4e7c3a4dc750e0adef516a64af 2,712 1.00/1.00 vMB 22
588,302 588,302 000000000000000000007301d0f96652d1a9ad47058ac78dfd5745a8bc9ba7e8 2,535 1.00/1.00 vMB 46
588,301 588,301 0000000000000000000591a295d5913c4bc4e2b6ffe43bf1d8974db772cb88c6 3,263 1.00/1.00 vMB 36
588,300 588,300 000000000000000000109ef86b419c33b243439088163d7dd97fb0ab831f6efb 2,843 0.93/1.00 vMB 22
588,299 588,299 0000000000000000001c38463752837e3e3fdcd968f3bd6e301e038aac2382d9 164 0.05/1.00 vMB 17
588,298 588,298 00000000000000000001ab99f3757de13401fa2baf8c5bd873eb1f10acd1c494 829 0.26/1.00 vMB 8
588,297 588,297 000000000000000000124ccafce96fd4e91ecf86ef3a0d2f92de77e7cd7f20cd 2,127 1.00/1.00 vMB 9
588,296 588,296 00000000000000000015d6e4c84dd378641e47bda38a56bcf57e1f479dd3608c 2,456 1.00/1.00 vMB 30
588,295 588,295 00000000000000000011252c64bf7cb74617abcd3016b088cb0bcd6c38536b29 2,574 1.00/1.00 vMB 29
588,294 588,294 00000000000000000002bf7c293b85f7f24d2b179c75939de9a068b007820022 2,423 1.00/1.00 vMB 43
588,293 588,293 0000000000000000000e4e6b6e2fe1a6d1a25b1a031d52ee3a7003bd59c4b24c 2,185 0.66/1.00 vMB 21
588,292 588,292 00000000000000000017cb64d1ddab348a8943243110ca907e3fcf0570dc0647 2,883 1.00/1.00 vMB 25
588,291 588,291 0000000000000000000a3addb922cbc7882fa64a6a45fa3f21a6709cb5575273 2,310 0.89/1.00 vMB 24
588,290 588,290 00000000000000000003ed5755e79b5f29d71b4fd3d5f15a5675579bee73a1ff 2,288 1.00/1.00 vMB 19
588,289 588,289 0000000000000000000170bed1c2e3850b5c47f28074b405980034ab7ab99fde 1,757 1.00/1.00 vMB 42
588,288 588,288 00000000000000000007a2e1b80a2228ca32e471702f5f4b170c31cc20777778 2,462 1.00/1.00 vMB 63
588,287 588,287 00000000000000000001d27aeae3e441e3612717c9d6f1fa50988d380c83fb6e 570 0.19/1.00 vMB 26
588,286 588,286 0000000000000000001c7abfbc442d69cb17c10fb3a4a13712b0776085f199f7 1,640 0.62/1.00 vMB 22
588,285 588,285 0000000000000000000c733687e2a5f63ec9c2782c25953ec5638338feb4c459 2,274 0.86/1.00 vMB 21
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.