Loading Tool

Explorer IconExplorer

Memory Pool

81,922 transactions
29.98 vMB
0.09543652 BTC
Random Selection Loading Transactions
Max Size: 181.90/200 MB

Candidate Block

Mining Attempt 7cb63fa4b0df21c21339ae795daf614c207e5112123b9122c7e1f8cf5c97a406
Version 20000000
Previous Block 00000000000000000001cb55e2e618f7d0b14eff6361ccd981eeb53f94067c6c
Merkle Root 5fc94611c12f301c06a4b4cd319e3a7d38d2f8b2be2fb76c70b2cb8d76cf738c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,212
Size: 1.00 vMB
Total Fees: 0.02662649 BTC
Feerates: 301.57 > 2.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,120 (341,748 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,372 573,372 000000000000000000082354d45b612d9a1e78be009e8a317766121d848cceb2 2,684 1.00/1.00 vMB 62
573,371 573,371 0000000000000000001b695821d781613e213d553de754e0e96845b1d7295732 2,192 1.00/1.00 vMB 54
573,370 573,370 0000000000000000000d53682491631a7edbef9d5452186cf375f0b23fb83ad1 2,829 1.00/1.00 vMB 68
573,369 573,369 000000000000000000039493b9d3bbd7e5565ac954790d66f8309a71fd0b6129 2,583 1.00/1.00 vMB 88
573,368 573,368 0000000000000000000460275f4c6f679ab7613be9efd7dfae6afd1479ae8a3a 2,307 1.00/1.00 vMB 89
573,367 573,367 00000000000000000022afde6e4117e1f3ca7488c8f89cd52cd0e2ab090b3a0f 3,754 1.00/1.00 vMB 104
573,366 573,366 0000000000000000000c9aa04aa6370548d2f5f352908d0b6e646bbdb3a600b0 3,630 1.00/1.00 vMB 112
573,365 573,365 00000000000000000021998a604ef1ea3b1f2e9bff3af86554b199acf56828ea 1,824 1.00/1.00 vMB 18
573,364 573,364 0000000000000000002171d7b172de13d5b21b50cac92393d454e0f1911de73e 2,437 1.00/1.00 vMB 50
573,363 573,363 00000000000000000013e91b5f3bde02ea6214d380fd37cc96fd1c9d70793ca2 1,236 1.00/1.00 vMB 19
573,362 573,362 0000000000000000000d02343b8c03b74c3367e1a13a6e99f50a277da2e80c26 1,463 1.00/1.00 vMB 12
573,361 573,361 00000000000000000006800e0111abbcc7c451f5dbb31005fba149f35f26c82e 2,345 1.00/1.00 vMB 34
573,360 573,360 0000000000000000001747e69e1ad7ed72d54abebfa7e89da6e5eb051b5f03b8 2,141 1.00/1.00 vMB 25
573,359 573,359 0000000000000000000c69d551d62c7fe14f5c10ac24527197b6ddd1a0056917 2,331 1.00/1.00 vMB 77
573,358 573,358 000000000000000000109d42bd0253276338909c4fd8d3258214006b0a4b8ecf 1,440 1.00/1.00 vMB 68
573,357 573,357 00000000000000000000c06db2c81d9f5ccafcefbd380977166b963abeb0b2cb 1,547 1.00/1.00 vMB 60
573,356 573,356 0000000000000000001b69ad5659886270306ed27170a16a83673dbf4e1d3177 3,526 1.00/1.00 vMB 90
573,355 573,355 000000000000000000199eb216657e9dcb64cd3476096674820a6e95981d754e 2,345 1.00/1.00 vMB 58
573,354 573,354 00000000000000000015debb697b3357f90d3db26f26d2c9e385d43adc4e179f 2,711 1.00/1.00 vMB 36
573,353 573,353 00000000000000000015e924abe7292a61571d9283b4cf0891284587007904f4 2,993 1.00/1.00 vMB 47
573,352 573,352 00000000000000000022a0f34e91877a5381a360b512a98fc632c3c74aed2fe2 2,461 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.60 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: 671.75 GB
    • Received: 16.00 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.