Loading Tool

Explorer IconExplorer

Memory Pool

80,490 transactions
30.17 vMB
0.09080589 BTC
Random Selection Loading Transactions
Max Size: 180.91/200 MB

Candidate Block

Mining Attempt 3739c88e18abb327140fba7e250cb50717a731e09e0863c34c7f1ac487a7e398
Version 20000000
Previous Block 00000000000000000000fc1cfe4bfb6adb943cbada4574a41a2d38831cb69697
Merkle Root 9d630d183a8ec9a06269b15f07f8573f777439fa4bd6429642d0323e66ac4d15
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,116
Size: 1.00 vMB
Total Fees: 0.02905904 BTC
Feerates: 301.07 > 2.91 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,007 (150,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
764,288 764,288 00000000000000000004a32a4fd018da40016a9b4aab9cc3df30e29e57fcda55 2,841 1.00/1.00 vMB 17
764,287 764,287 000000000000000000034d2176f9f6c179c8472d6fa413ffe15a0c826b845f8b 3,612 1.00/1.00 vMB 31
764,286 764,286 000000000000000000030fa4e06cbf2c4644ce3be3cdfee54343661fd92faf6e 2,408 1.00/1.00 vMB 16
764,285 764,285 000000000000000000007867fd7ad80738b1622c0461b2adf95c079fc3648ed0 2,417 1.00/1.00 vMB 40
764,284 764,284 00000000000000000005325726f1a41e337790d29dcdca655f776a9a33fc745c 2,584 1.00/1.00 vMB 23
764,283 764,283 00000000000000000003e5f109dfdf98073c65e03f48fcd94088bbfe14483ff4 2,543 1.00/1.00 vMB 47
764,282 764,282 00000000000000000001acb615ea6f7d6c037b02e6c6086dc27e035636cdb43e 887 1.00/1.00 vMB 2
764,281 764,281 00000000000000000003440ab5544285fd07130c424030e57ebef8948b2f554d 2,206 1.00/1.00 vMB 31
764,280 764,280 000000000000000000003bda03a634343c44643cb73fee3ae7f327eae5e84971 1,852 1.00/1.00 vMB 17
764,279 764,279 000000000000000000013c29f990729321dd5a2672633303c3dfc34923b5cc90 1,431 1.00/1.00 vMB 21
764,278 764,278 00000000000000000003999f6b733445b751dc4a1f4e9a071fac3e068af0f1ab 2,384 1.00/1.00 vMB 27
764,277 764,277 00000000000000000005c6154be8fdc9352e454a47b6d0956e03a4f475f0af45 3,206 1.00/1.00 vMB 31
764,276 764,276 000000000000000000041e13704ea54b7b2c557e62a0bc9e8dad22bb0dd5c90f 1,419 1.00/1.00 vMB 8
764,275 764,275 00000000000000000004a0e10d0ed6aaf39cfd42acb428e9828821f37e494e9a 2,585 1.00/1.00 vMB 18
764,274 764,274 0000000000000000000056800701045c3fdc2d7b7c151071e69b1d3d1fba305f 2,905 1.00/1.00 vMB 26
764,273 764,273 00000000000000000001a7d3196e2b995eb284f4dd7c5095e5e24c1f73138b31 1,449 0.82/1.00 vMB 13
764,272 764,272 0000000000000000000578b51e8fa2058c49e909cce35170ed6eea87471071b8 306 0.34/1.00 vMB 7
764,271 764,271 000000000000000000059a15c33ea515be226c4fd8b305bbb9a2f05df6edaf0d 1,850 1.00/1.00 vMB 5
764,270 764,270 0000000000000000000368bccf59d7550ad5ee77f66dd97390bd7028dbc4c5c9 2,550 1.00/1.00 vMB 17
764,269 764,269 000000000000000000072a4388a6e543ee95d3ddcb5fb741b0fc3c596ba37319 3,161 1.00/1.00 vMB 25
764,268 764,268 00000000000000000002110c571f8c2387c6fc79d7ead8de3d2e40295bfa1001 2,921 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.41 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: 664.97 GB
    • Received: 15.07 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.