Loading Tool

Explorer IconExplorer

Memory Pool

71,298 transactions
22.80 vMB
0.08466670 BTC
Random Selection Loading Transactions
Max Size: 145.22/200 MB

Candidate Block

Mining Attempt 3b6ad316dd95a4429176b135b81ff2d0b2745c78b5a3f81db3619e89998beb75
Version 20000000
Previous Block 0000000000000000000101234289fc66627138c4a7c893cb0f19f1c6196ab6c4
Merkle Root 6f36543e5e1fd415462e1a35434e2598a14b09d4f621c57ecbe9090509631489
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,408
Size: 1.00 vMB
Total Fees: 0.02572428 BTC
Feerates: 109.83 > 2.58 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,662 (697,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
217,992 217,992 0000000000000006606bdb46739f3d61697b085cff2fc86c687850c0fd41bb9a 129 0.05/1.00 vMB 169
217,991 217,991 00000000000004861879adc94ee33a5d2e33a5fcd0db3c209cf7d7f618ec1a8e 89 0.05/1.00 vMB 154
217,990 217,990 00000000000000e7df6881f0cd0d73c3fc2c633550f16efd3e6481bb4e7ab620 66 0.03/1.00 vMB 54
217,989 217,989 00000000000003f55d3c121f124e629da35bf9fa0f55909bea328472f88d542c 315 0.15/1.00 vMB 123
217,988 217,988 000000000000037114bb80b8d9ec88b52e844065bebd2b93e4834d6d905aaf69 479 0.20/1.00 vMB 189
217,987 217,987 000000000000010683ae4e75844a16b43af1e4e2748ad90ec1a7d7865b1a3399 158 0.07/1.00 vMB 174
217,986 217,986 000000000000016237bc4c13f16a86b48f3336bcb8c87a427899e45976426092 230 0.15/1.00 vMB 9
217,985 217,985 0000000000000430483922c8fd4867c7dfd4664a5c980a47490828efb2c36372 35 0.02/1.00 vMB 117
217,984 217,984 00000000000000fa51bf5501e894b27059fe2be63b95364ab3f90ee2a5528075 216 0.10/1.00 vMB 167
217,983 217,983 00000000000000151f94576c7b02a8a6e1327ff8a1191d867265030e84aab811 322 0.30/1.00 vMB 101
217,982 217,982 00000000000003d94cf5e4d40ef5950e00a08faf2ec03fc6c82a94359fe3d322 645 0.20/1.00 vMB 283
217,981 217,981 000000000000001d0d66cab906ab9f0e34ef8ce9bcc22cc16a07dc741994b0b1 6 0.00/1.00 vMB 34
217,980 217,980 0000000000000327e1eab1f8d388b8b1a099242bb891d21180feba0e769f8ae7 132 0.05/1.00 vMB 91
217,979 217,979 000000000000000f61da6fa36b7694c942215724b35fc6e8b5ece937449ac335 673 0.25/1.00 vMB 207
217,978 217,978 00000000000002cc1c1d11c6bf44937d1fa2b7aacb6a7a72280794861319f9f8 215 0.09/1.00 vMB 153
217,977 217,977 00000000000001206eec5e154dba0895c0636fc7920b3dc1122f7823f8d8cb48 470 0.22/1.00 vMB 133
217,976 217,976 000000000000038d99af9cc0d6c7fca022d4e1c09cce7455957f4c608f26ad70 525 0.25/1.00 vMB 179
217,975 217,975 00000000000002d84a98e440d0d4873dce8dc1c61f2646d4ea4139a5afa0c3a5 134 0.05/1.00 vMB 123
217,974 217,974 00000000000002fdfae3e45592a29c85e9aef66a01ffd94f682a0ac1664aa656 187 0.11/1.00 vMB 81
217,973 217,973 00000000000002136206991f82861d5ee4f94d3cfab3d713f6ec330b45137fd9 350 0.17/1.00 vMB 171
217,972 217,972 00000000000001117daca8b1f2c7a91cefe37c3eff8ce2c2be4db76074f0e985 682 0.25/1.00 vMB 211
Previous 10 blocks ↓
Total Size: 783.53 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: 773.50 GB
    • Received: 20.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.