Loading Tool

Explorer IconExplorer

Memory Pool

84,275 transactions
31.22 vMB
0.14606750 BTC
Random Selection Loading Transactions
Max Size: 188.41/200 MB

Candidate Block

Mining Attempt c3c87f2f225b9a40c46d776527fa38b0e4dc0eb414196313d4c9102ce765eb65
Version 20000000
Previous Block 00000000000000000000daaaba2827031446cf297bcb4eeef0745bb93d0d4e56
Merkle Root ce136384322459559ba137cded709c475352d1946f71938862ab167033b57a5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,569
Size: 1.00 vMB
Total Fees: 0.07576136 BTC
Feerates: 366.60 > 7.59 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,974 (332,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
582,875 582,875 00000000000000000010fb1578eae8c91d9c04bdadc6652cb50ccf97e2a69b32 1,959 1.00/1.00 vMB 92
582,874 582,874 00000000000000000000b069feefa0e7ef543dcc8cc15ab63e7acf4f78f866b1 1,820 1.00/1.00 vMB 83
582,873 582,873 0000000000000000001395ffb9e7b945be7cdae35156769ab547b06e1b471742 3,201 1.00/1.00 vMB 105
582,872 582,872 000000000000000000023d791ea3c93497f9ee72f1f1452ce769a3c0e20dc389 2,912 1.00/1.00 vMB 117
582,871 582,871 0000000000000000000f8794a46f0113efb700a6e4e8900cde55379b5ba313aa 2,669 1.00/1.00 vMB 157
582,870 582,870 0000000000000000000ebdcaa3a4cf6be6480474f6f63f135d7fbd47640f61f0 3,130 1.00/1.00 vMB 211
582,869 582,869 000000000000000000164c367cddd8cef1d52285519f5fa8b4e97afc90c2f683 2,026 1.00/1.00 vMB 92
582,868 582,868 000000000000000000184a8a631447df2eec1c9f7ffc5f07817c156d22c380e6 3,205 1.00/1.00 vMB 180
582,867 582,867 0000000000000000001937e6b9a2ecf163ba84a886f58c85de4eb7679de98b00 3,033 1.00/1.00 vMB 136
582,866 582,866 0000000000000000000c42274c8cc1b9a8d3b3f11666b5f6b4c122f0073dc944 2,729 1.00/1.00 vMB 128
582,865 582,865 00000000000000000015ae1a86ed1429a6dd9479477ebe6932af41fa0c663d48 1,716 1.00/1.00 vMB 170
582,864 582,864 0000000000000000001aee4ee5477e3d0e5fc4a16ba820c452d0433ca76a38c0 3,104 1.00/1.00 vMB 202
582,863 582,863 00000000000000000005bc465b198b4bb863110ec6ed8deb64e27172ee49c385 2,968 1.00/1.00 vMB 144
582,862 582,862 00000000000000000022ef0352699bcb283d3446a54bd6c6bf8b5cd866e55a7f 2,442 1.00/1.00 vMB 151
582,861 582,861 0000000000000000000d9756cee971709147619db2919ff82182fd0272529d2e 3,069 1.00/1.00 vMB 221
582,860 582,860 000000000000000000131a5e4576e66ddc2ea802208a31affaa21377e6fa39b5 2,520 1.00/1.00 vMB 99
582,859 582,859 0000000000000000001411a1a59e3a3208a98ae6e7400002ada9dcf8c59e6642 2,929 1.00/1.00 vMB 99
582,858 582,858 0000000000000000000cf2f976110db9060e480a9ef0eb4fbf392499b9722342 3,172 1.00/1.00 vMB 121
582,857 582,857 00000000000000000016b1250531dd3fdd710a645d29e0f15b23506e832791e4 2,516 1.00/1.00 vMB 160
582,856 582,856 00000000000000000012b113ebcbf76fea1d5da57d8df1f0d1e3136e1146aeea 2,550 1.00/1.00 vMB 138
582,855 582,855 0000000000000000001d93914908f2210e5b1aed11cce5d2f03bf7497bb25ec6 2,897 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 782.34 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: 661.61 GB
    • Received: 14.82 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.