Loading Tool

Explorer IconExplorer

Memory Pool

35,583 transactions
7.01 vMB
0.07301465 BTC
  • 1 sats/vbyte = 5 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.32/200 MB

Candidate Block

Mining Attempt 0c2e0b866d8282728b4f1423d82482a9ea741e76f04ba36b22c1477fdde88e39
Version 20000000
Previous Block 000000000000000000011d658c11717dd275d9951056541def0c05f88fb14d90
Merkle Root cb2cba48a1534526f08b3dc3171b710dac30c41d020169eb9fd4d242b97b4f89
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,791
Size: 1.00 vMB
Total Fees: 0.05085556 BTC
Avg Feerate: 3.07 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,930 (712,902 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,028 200,028 00000000000002f48caf2ed0d3c326ad5387c1da247a8a2b2ca89f50df2b2829 0.03 MB 74 247
200,027 200,027 00000000000003b686fa06c4c3fead45062ec33c10e69124d8a7a4fff501e3fe 0.09 MB 203 136
200,026 200,026 0000000000000134a35622ef4119c2a03e0bdbb84eaa6eabdc1bc142d5154864 0.15 MB 256 175
200,025 200,025 000000000000050e21b47eaef0f818b858cce18a84206fd0e813e84f477a03f1 0.01 MB 16 65
200,024 200,024 000000000000050e7be2bdea29a01f55bfcbfcea185a2e3525d002c848dc1778 0.01 MB 15 25
200,023 200,023 000000000000028d6946ecd32a9e9ab91b829dd948fa6b8429745ff892db4ad2 0.06 MB 113 154
200,022 200,022 00000000000004a4b34efce822054a8abe8412f1773f084b6ccbcb75462b2e41 0.00 MB 1 0
200,021 200,021 00000000000003ed234de46959f7cff26ecb629ead99f67f6252d6d6604eb4c5 0.00 MB 14 16
200,020 200,020 000000000000005799db7d596c75c246c740ac4ee03e1fe962c42f646b66afb3 0.03 MB 81 294
200,019 200,019 00000000000001557a71666b51549ab1be817c291dd934f6724feca6e079cc4b 0.01 MB 17 62
200,018 200,018 00000000000000f4e6f4ba0bb1372febc2264caa874c40aa5af6c6f8ea7c47bb 0.00 MB 17 274
200,017 200,017 0000000000000460d366f0aff109f39ae3815fd9d578ac2e7fb121fd418341b0 0.26 MB 570 158
200,016 200,016 0000000000000176f4efd7527b52bb763ab8a8ed64e204d0e5fba8b70e164c28 0.02 MB 60 152
200,015 200,015 000000000000034e9326360f663d387a3305a61f6fef3ef0e2a58c04d00ca91f 0.10 MB 301 187
200,014 200,014 00000000000002aa3345e7fb51412b3fca263437c27dc2b254750a84c42b6351 0.00 MB 14 29
200,013 200,013 0000000000000545de4ef0f900ae90dacb55ca8a5fa4a34e68108e751d8c4c30 0.10 MB 211 180
200,012 200,012 000000000000003fe099ac000da238875ebeaea02eef8bb146728da61b5603f9 0.00 MB 13 334
200,011 200,011 00000000000003a7e694f93a71a2171587209a4f32b958f365d6a08b497f0a0f 0.03 MB 53 118
200,010 200,010 0000000000000046897c934becb4ecd397ee53793db393d8f4bb73ee80eb0e34 0.14 MB 358 144
200,009 200,009 0000000000000311572d41eff78776990c819de0b6fc94843c6f13ab08188dd8 0.07 MB 159 114
200,008 200,008 00000000000005c1fea62c8fc8e6f69a1b39b13e9372d3d7e37490af2e6b6f69 0.01 MB 17 117
Previous 10 blocks ↓
Total Size: 778.72 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: 326.30 GB
    • Received: 2.87 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.