Loading Tool

Explorer IconExplorer

Memory Pool

34,348 transactions
7.24 vMB
0.06139221 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.70/200 MB

Candidate Block

Mining Attempt 97bf2e7cf6d431224e07d5f3e3c65a9e5c2aea88825556e5d366fcadfa59bfa6
Version 20000000
Previous Block 00000000000000000001edecf3759720bf4d44cb8a1ee919ff3269dddda94ef6
Merkle Root 9f6c7d1ac1f1fa84241c891a3974b74d895a7c717155a98bd7d9e0de7d9316a9
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,873
Size: 1.00 vMB
Total Fees: 0.02939331 BTC
Avg Feerate: 2.12 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,899 (712,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,036 200,036 00000000000000b4babe48e46ccdcba53f83765cecc7ab59dd64f719999ba031 0.05 MB 140 173
200,035 200,035 000000000000038e918e46c23f0b2e85f653a237c4cb0d81d373568e05f2314b 0.00 MB 13 15
200,034 200,034 00000000000004b987a54427b96be3f327ba2c8de57a2ec49303184e00908721 0.01 MB 32 0
200,033 200,033 00000000000002f7aba274274d17aecf9b27409a13d4e9fefb1c620e0b267bf7 0.08 MB 141 118
200,032 200,032 00000000000005807894d849a15809ed710a5307701e630cb3ad7de90dfcd9bc 0.08 MB 128 37
200,031 200,031 00000000000000b607c30d9d1304a139c6f78b3993e7cafa474e51ea6064f7bc 0.07 MB 161 101
200,030 200,030 00000000000003e4c85eadc78102840adfe65031ff513ee691352180af31697b 0.11 MB 219 106
200,029 200,029 00000000000000e98de9940af21e4640caf8797f49748be5e8ddb972d28a5ca5 0.09 MB 216 666
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
Previous 10 blocks ↓
Total Size: 778.66 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: 289.57 GB
    • Received: 2.58 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.