Loading Tool

Explorer IconExplorer

Memory Pool

79,293 transactions
29.74 vMB
0.09417489 BTC
Random Selection Loading Transactions
Max Size: 179.44/200 MB

Candidate Block

Mining Attempt dfbabfab629b9ae5686261d8bf806a3a1da9e89cf5cd8e165cd845d09e6ddd48
Version 20000000
Previous Block 00000000000000000000bed9e82db9db72d1b18bb335810616975b81723d85a6
Merkle Root 591b008f06c03ce53e97da02f4af799f17fada5ac36022e27afc1ba492f73465
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,666
Size: 1.00 vMB
Total Fees: 0.02777106 BTC
Feerates: 251.00 > 2.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,130 (498,551 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,579 416,579 0000000000000000045fa3d6aa0f2d82358e65f67b65597bdd1bb452d64ac7da 2,521 1.00/1.00 vMB 92
416,578 416,578 0000000000000000021c6081d4176e6ce8589ffef02a611a788c3b2a68dd579e 1,786 1.00/1.00 vMB 72
416,577 416,577 0000000000000000050d42b4fd3d0c8de058f6f882e1f3b73bb02232df2d53df 2,174 1.00/1.00 vMB 80
416,576 416,576 000000000000000004f29b4c1c7839cf265ed818b4d16deaf1525074b83c1803 2,522 1.00/1.00 vMB 65
416,575 416,575 0000000000000000000863bf3f657505038cfe0d4f897d5009c8bf6c9acd48e4 2,713 1.00/1.00 vMB 82
416,574 416,574 000000000000000001621e1ae3f2ccd5e3d8eaf6c1692dc6960b2778efaab838 2,224 1.00/1.00 vMB 62
416,573 416,573 00000000000000000058b2ecf8cd61f8c7a4f163fafbc8f031fcf72f564b7a3f 235 1.00/1.00 vMB 12
416,572 416,572 00000000000000000247f8eb536885ee72c08afe58d7badad0d040ee9f33df11 545 1.00/1.00 vMB 19
416,571 416,571 0000000000000000010e4a94c3ba2624e95d5b6cfe0534c767668d554f794fca 1,659 1.00/1.00 vMB 56
416,570 416,570 0000000000000000023c1c4d7e72f0fb53e34fa6f3c409d6821bd51ba951dff8 2,219 1.00/1.00 vMB 57
416,569 416,569 00000000000000000504a42724732db68d1b61b06646f2507c91441a70ed565f 968 1.00/1.00 vMB 31
416,568 416,568 000000000000000002130e63947bbed652d25befc06704beb347a5800166cbc1 1,556 1.00/1.00 vMB 55
416,567 416,567 000000000000000001048d807f21a86da9e3b602127d70887d6f7f000234c582 1,910 1.00/1.00 vMB 43
416,566 416,566 0000000000000000043cdb92a22d6779fe3abef33611a58dbb16aaec82393bed 2,450 1.00/1.00 vMB 77
416,565 416,565 000000000000000001c903733531b3c6a1d2f55fe0f2d801d43e0eec27ffb02d 1,045 1.00/1.00 vMB 29
416,564 416,564 000000000000000000923847b2e8e36f4378c9f26e152affd9bfbf6fe4a7f757 1,173 1.00/1.00 vMB 32
416,563 416,563 00000000000000000106f48bcf82e89167e8c6a3523fc18db7e7e1b349b0a19d 738 1.00/1.00 vMB 22
416,562 416,562 000000000000000003113f03eed3a150ccd8fe9e37a7932dec6fc733d94aec79 1,296 1.00/1.00 vMB 25
416,561 416,561 000000000000000001d47d12c09e1e59dbff41b24239af8b42223002648f67fc 618 0.28/1.00 vMB 61
416,560 416,560 0000000000000000027175a27a5a9540285d7fd460bf36dd2704075fba307f0b 2,318 1.00/1.00 vMB 44
416,559 416,559 000000000000000004745d13a45c5feaedb0f24c8fcab4a6c1c02e0299acf252 2,506 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.62 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.02 GB
    • Received: 16.11 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.