Loading Tool

Explorer IconExplorer

Memory Pool

78,952 transactions
29.92 vMB
0.12025409 BTC
Random Selection Loading Transactions
Max Size: 179.76/200 MB

Candidate Block

Mining Attempt 12edc7243e919f63818f0e5a5e67239e31f5eca01ac7e83d4aaf26dd5f29b6dd
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 1c9e23588f36194d96c9e41134aea54744841d677d31c23627aa71bec1086b3b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,761
Size: 1.00 vMB
Total Fees: 0.03710470 BTC
Feerates: 673.02 > 3.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (14,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
901,224 901,224 00000000000000000001fd8406cf60f74efd50d15ce2f5a71898a374e55d51d0 4,710 1.00/1.00 vMB 3
901,223 901,223 00000000000000000001113f5aca11c0c178fd11c236020e76b2bf9054116594 3,948 1.00/1.00 vMB 5
901,222 901,222 0000000000000000000076177c76df02dec638775f035a059b782664cf3fa83a 3,853 1.00/1.00 vMB 2
901,221 901,221 0000000000000000000038b2e8527a1c51b3ae3aeee89238e021b5b56ebe8449 3,900 1.00/1.00 vMB 6
901,220 901,220 0000000000000000000144ec6df1e83e1b6ecf05f30cf51a16b8d92e4fe91b23 2,289 0.82/1.00 vMB 2
901,219 901,219 000000000000000000016c663d1c53bb42f3fcba4aa1ec8d8caa4abe1c193cf9 103 0.05/1.00 vMB 2
901,218 901,218 0000000000000000000169885da270d18d15059fffd5c8e1d7dc27b902f79991 1,511 0.69/1.00 vMB 1
901,217 901,217 000000000000000000001006b3d6438aa75e0614daa8dda6df49d869bfe31bbb 159 0.06/1.00 vMB 2
901,216 901,216 00000000000000000000fd80e5c02198b3615720fc9a132be2309743c9b5b7a8 2,009 0.75/1.00 vMB 2
901,215 901,215 00000000000000000000cf6d3098da3af08a952a1c2cf1524fb6ff66263500d5 2,126 0.65/1.00 vMB 2
901,214 901,214 000000000000000000011ddb102e43831d1da7ffd831079d4a3dda5c8e4f4ec9 1,553 0.58/1.00 vMB 19
901,213 901,213 000000000000000000006cdc772fe9637503b96d9017ed72956566a70bb796f8 48 0.02/1.00 vMB 2
901,212 901,212 0000000000000000000207c78e0625ca6a1fa1d00e6c43b38d95352bbb448d85 1,320 0.45/1.00 vMB 2
901,211 901,211 0000000000000000000233afaffe59f042440ef56ae49789b7a526705930ad48 423 0.20/1.00 vMB 2
901,210 901,210 00000000000000000000a6ef1461707200d858332993615a538e1a74b45c3d7d 2,105 0.54/1.00 vMB 1
901,209 901,209 00000000000000000002007bdd019f870edac10f039c134c4de5dfb60bf5e968 3,111 1.00/1.00 vMB 2
901,208 901,208 0000000000000000000053c3c79bd76b811265c54a99e81ba8f03184fda26354 2,286 1.00/1.00 vMB 2
901,207 901,207 00000000000000000001de43ac215028d426a3cda7a11a0935b97f0a8822240d 3,809 1.00/1.00 vMB 4
901,206 901,206 00000000000000000000bb64653a7b5baa98d493e6bc47f03d61d5c8347ae9aa 3,575 1.00/1.00 vMB 3
901,205 901,205 000000000000000000020e0a8adb84d01419061465dd6972feea0eb2acd2fb2c 1,829 1.00/1.00 vMB 1
901,204 901,204 000000000000000000003b028d2f5f4c61b5534efe97396257e5e06e6156e424 2,978 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.