Loading Tool

Explorer IconExplorer

Memory Pool

79,169 transactions
29.78 vMB
0.09370327 BTC
Random Selection Loading Transactions
Max Size: 179.82/200 MB

Candidate Block

Mining Attempt c83e59178ec51129676fb2d0b45e714e14af72e1cb084b492d7b13e5b474b850
Version 20000000
Previous Block 00000000000000000002062c598182760e2a42bfca1c5daff2d027e17aacdd70
Merkle Root 090d0c80475d302049c33a977ec87bac4ffe9084575119f76cdc3f922bbea2aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,592
Size: 1.00 vMB
Total Fees: 0.02698902 BTC
Feerates: 101.62 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,131 (343,649 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,482 571,482 000000000000000000262bdd42ac26aea06f532972dc5c66bb988117e56db344 2,905 1.00/1.00 vMB 22
571,481 571,481 000000000000000000081b98c0308410c90eaf8d2b1dbd463206566531e1bba6 2,843 1.00/1.00 vMB 15
571,480 571,480 0000000000000000000b92ccbcf33dd2d8da497eb827efc3cb8439127cfb0c10 2,905 1.00/1.00 vMB 62
571,479 571,479 000000000000000000036e0418877e29559ce7c07d83296a358bb8a4fdde862c 2,991 1.00/1.00 vMB 55
571,478 571,478 000000000000000000211a65a72a8ef3d33b4f0d7ef2599db3f0520c1b3cbbe8 2,797 1.00/1.00 vMB 29
571,477 571,477 00000000000000000007136a3c62a69aee623d497d170b06ca2b546ee3e4e20d 2,734 1.00/1.00 vMB 57
571,476 571,476 0000000000000000000816e7bd864cf7aa97d4ea6a45e84a75e1b84317c7cd7f 3,006 1.00/1.00 vMB 83
571,475 571,475 000000000000000000266c6ddfb3c7d76378c4f75cb02a08810569ec88b10925 2,638 1.00/1.00 vMB 129
571,474 571,474 00000000000000000020ca8e284298a8bf13542a3a17b9a0de7602f898be3684 1,239 1.00/1.00 vMB 140
571,473 571,473 0000000000000000001d9a63ed39e272bc5977483977ac1718958584f02f0a0a 3,020 1.00/1.00 vMB 8
571,472 571,472 00000000000000000028d7224b1d162c8bf5dd8686a6e6ccf4f760e2619f549c 2,444 1.00/1.00 vMB 46
571,471 571,471 0000000000000000002050c9aa883369c9db8e7cd104b19819db8c6004eba4ce 2,747 1.00/1.00 vMB 30
571,470 571,470 0000000000000000001fce9577131c6aebc98f41edddc2f548f03a7736e8aa2d 2,267 1.00/1.00 vMB 79
571,469 571,469 0000000000000000002373100fc4214b15881128c42b7637b3111f317b4fed2a 2,411 1.00/1.00 vMB 82
571,468 571,468 0000000000000000002bffea7f2e2dd3ee7d21bad979eab325b99b2f62d06bf0 2,650 1.00/1.00 vMB 111
571,467 571,467 0000000000000000002b1b27971a6c1188f56efec2f23d1175d056fc3c421e9f 2,847 1.00/1.00 vMB 107
571,466 571,466 00000000000000000011efc98ff70cf965911b8b95e2f01cfc724a04afef1b94 2,957 1.00/1.00 vMB 132
571,465 571,465 00000000000000000028fea6299931a7069501203c813baa14f31be36502cf9d 2,760 1.00/1.00 vMB 27
571,464 571,464 000000000000000000199802ad076e46c2d0ef5428c935cf6aa7e063abe07ac1 2,454 1.00/1.00 vMB 31
571,463 571,463 000000000000000000183fd974fbfcdc68427965cc7336ca3d2c359d3a38fba4 2,336 1.00/1.00 vMB 8
571,462 571,462 00000000000000000023b279971f38b4de423267d5fa152b34b09eee0f3a9958 3,089 1.00/1.00 vMB 44
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.04 GB
    • Received: 16.12 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.