Loading Tool

Explorer IconExplorer

Memory Pool

72,013 transactions
27.30 vMB
0.07291814 BTC
Random Selection Loading Transactions
Max Size: 164.97/200 MB

Candidate Block

Mining Attempt 18c8ae59b8c6d772b47a5fbede9b6ec4306fae0d35175a1e918bec4ee53b2b05
Version 20000000
Previous Block 0000000000000000000168c69c0ca71f33f06f795a51a274dc96cdba2a6216f0
Merkle Root d4d60f3e242c5ab8d3aef47436c8327fa5a92d14fd91f7b6b1e9747fcc55e5bf
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,224
Size: 1.00 vMB
Total Fees: 0.01420446 BTC
Feerates: 322.65 > 1.42 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,565 (674,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
240,919 240,919 000000000000006c20bf005074fbd0090a31d67628a0b3f607d6cbc4aac0d25a 98 0.05/1.00 vMB 145
240,918 240,918 000000000000002fdaa7998066bee2f5cfe8e853ac6d48d818991f1bbecb4bf3 149 0.06/1.00 vMB 172
240,917 240,917 00000000000000ec63fd000c618941dd61fee4dd866cbdce7f5cb93262c3bfc1 233 0.10/1.00 vMB 185
240,916 240,916 00000000000001109fba9a86c5ee628501d148e022cbc67c8ab2158bea0597a6 54 0.04/1.00 vMB 7
240,915 240,915 000000000000005a1a856b10a5142d49e0f3d938dd2b30c0ca6e7aeddc6eee9f 426 0.21/1.00 vMB 140
240,914 240,914 0000000000000041c15aea4966961f0d8dea767fd5675c9844f33c18aa9bb1ec 681 0.25/1.00 vMB 199
240,913 240,913 000000000000000709fd2873e72b5033c77614afe5a389a37005327432dff4f8 132 0.06/1.00 vMB 195
240,912 240,912 00000000000000f1f32851119dd026fb1bfc42f0e5f582d4f8091b7a79f39fc4 148 0.07/1.00 vMB 182
240,911 240,911 00000000000000fe410ba0bd5ccf75c749e8f3973c41e177550103789f066fe0 48 0.11/1.00 vMB 23
240,910 240,910 00000000000000adf50a23d7c962072fe3603c28ceb092f8b1eec7f4d95c4eeb 317 0.10/1.00 vMB 26
240,909 240,909 00000000000000b2b5123fb291ea20af9609ac9d3a48c4db7c4dd7d4ea9d77b3 145 0.12/1.00 vMB 154
240,908 240,908 0000000000000091caf1477f36ce501276c4cd2d54964eae9fac24d50de16d4f 350 0.17/1.00 vMB 188
240,907 240,907 00000000000000534ff0010b7119d659c9f7df78cb068b941b5cf3701d68e45e 442 0.17/1.00 vMB 168
240,906 240,906 000000000000007ce8f220a10bb897046c3a5ad595c530a633f7a50fcea5f6c5 397 0.17/1.00 vMB 171
240,905 240,905 00000000000000210e1e3e560c94a356cad975926c66ed6f201bd52e8fdb2947 33 0.01/1.00 vMB 184
240,904 240,904 0000000000000080e750ba71066756bf12ac8713dfa8e7294c541a222d56cd6f 229 0.10/1.00 vMB 186
240,903 240,903 00000000000000e0a7e548eda1b10dd9f8c981832ba20c5d3639139c781c527a 301 0.14/1.00 vMB 222
240,902 240,902 000000000000008742b12ded0f52e64a1d8d2f78211359dc77a2239cec45bb7f 13 0.00/1.00 vMB 232
240,901 240,901 0000000000000095deeedab1460b9511e30f8b3d74aee31ecfb915f6634564c4 118 0.06/1.00 vMB 150
240,900 240,900 000000000000009a5f91eebc87532a5a1d3dfc0b8b109646c99809f5793b1771 136 0.07/1.00 vMB 204
240,899 240,899 000000000000007c2f0e1db30818cf970d4d28a5a7e22d93c911344cbef040ed 312 0.13/1.00 vMB 153
Previous 10 blocks ↓
Total Size: 783.37 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: 768.67 GB
    • Received: 19.63 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.