Loading Tool

Explorer IconExplorer

Memory Pool

79,107 transactions
29.66 vMB
0.07621285 BTC
Random Selection Loading Transactions
Max Size: 178.21/200 MB

Candidate Block

Mining Attempt 60a5947ba2857e7eac78e9c3a8da150444c03ec2bf54ca7b7ace296629a9cecb
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 351f28b18af5941546da1a8aab61d0f1a00c4ece2f97a5d5e18989493fabfa9b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,996
Size: 1.00 vMB
Total Fees: 0.01592802 BTC
Feerates: 101.61 > 1.60 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (326,707 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
588,284 588,284 0000000000000000000b2d24aeca52d4e66ce01e9be5d07321e77082bceedc15 2,843 1.00/1.00 vMB 30
588,283 588,283 00000000000000000017fae2bb63fa2551d186dc7fd087e25d5162a53d863d57 2,985 0.96/1.00 vMB 14
588,282 588,282 00000000000000000008e5167cf0a69167e6c115477120be782707ab37130fda 2,334 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.41 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: 665.07 GB
    • Received: 15.08 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.