Loading Tool

Explorer IconExplorer

Memory Pool

85,760 transactions
31.97 vMB
0.21075517 BTC
Random Selection Loading Transactions
Max Size: 191.18/200 MB

Candidate Block

Mining Attempt 724be4a9adf13862ba8078d7e7fa8b6364172e91bcb1d25c65196a6bfbb7b8d5
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root e12d3cc494e95c6b74271a868a3367feb2f71083edb09de31a8c235a218f71a8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,879
Size: 1.00 vMB
Total Fees: 0.09512861 BTC
Feerates: 529.10 > 9.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (274,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
640,246 640,246 0000000000000000000fa7e461b7be6ec587df0ef1dfeb995da6c09cdf703039 2,395 1.00/1.00 vMB 92
640,245 640,245 0000000000000000000070f788ded11eca844e4a5671fd68041ff1d8c0953aa0 2,325 1.00/1.00 vMB 69
640,244 640,244 00000000000000000006b583d753a1923f1702591f834553d58104fbd1bef65c 2,021 1.00/1.00 vMB 127
640,243 640,243 000000000000000000012a8ef3bbdb1f1f7cf83de1e59930a656db29f033b2b9 2,707 1.00/1.00 vMB 71
640,242 640,242 000000000000000000011a0454e5cb4ce49ef8486acdd17788b7ea87b6fbe739 2,613 1.00/1.00 vMB 124
640,241 640,241 00000000000000000003376ad975b223d286b40321a6bf5e426f1df8e4c75d3e 2,673 1.00/1.00 vMB 74
640,240 640,240 00000000000000000002168f9a15f4d7d2e1ea71508438dc475e9eeaa1cdfabb 3,316 1.00/1.00 vMB 54
640,239 640,239 0000000000000000000414d59ff3fe2495b2b2ab3ef7daa7c85223d8a5215329 2,538 1.00/1.00 vMB 65
640,238 640,238 0000000000000000000e06b3b8b6de12a1823f714a7effbeb67c9063c4039fa7 2,394 1.00/1.00 vMB 82
640,237 640,237 000000000000000000056cab32a92c3da0f28e20809615e718d4f5ee5cb8184a 2,822 1.00/1.00 vMB 54
640,236 640,236 00000000000000000006f24bb31902acace17515e05fdf859bc0c2858196d2c1 3,104 1.00/1.00 vMB 77
640,235 640,235 0000000000000000000624a3294829f89ae8735b39e660e260f7a264551a87d2 2,007 1.00/1.00 vMB 66
640,234 640,234 0000000000000000000aac2bbdc1360b4bdc38915d10b7e1bd10a99661b3acaa 1,939 1.00/1.00 vMB 74
640,233 640,233 00000000000000000003927f260090e296b3c4f04fe14ce196567a204a0cc380 2,584 1.00/1.00 vMB 93
640,232 640,232 0000000000000000000fbbd60e8bd5b6ce1ea647e67a0bbf4b61ead67035a631 2,699 1.00/1.00 vMB 92
640,231 640,231 0000000000000000000263d8a2bd3c1cfb0afb187b87409a4a8084a10dc689f3 2,245 1.00/1.00 vMB 80
640,230 640,230 000000000000000000030fdfc36bf8570c9114f86a45e814a2dfc7d3b57f3219 2,493 1.00/1.00 vMB 78
640,229 640,229 000000000000000000002302b5088f6755b44e9f8734bebdb957674c9ca989d5 1,765 1.00/1.00 vMB 112
640,228 640,228 0000000000000000000af520ea957ddf0ea6d2c33ff36f690283dc19d64b625e 2,759 1.00/1.00 vMB 105
640,227 640,227 0000000000000000000a02768d4747137058d8bc74823ff4760cc1ed14e90e07 2,528 1.00/1.00 vMB 109
640,226 640,226 00000000000000000007b171af8a2a47646962be37e1738238ced4d9d9687da6 2,714 1.00/1.00 vMB 112
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.