Loading Tool

Explorer IconExplorer

Memory Pool

85,385 transactions
31.95 vMB
0.19909684 BTC
Random Selection Loading Transactions
Max Size: 189.89/200 MB

Candidate Block

Mining Attempt 4c7505b52e206e28c1216cc4f5f533c4703cc62ff5df5eb27c830493b413cb6f
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root ae7eb1b133fff2dd28fbe05388e31df174282d3f4a263000af7f2b61a6e86ca3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,864
Size: 1.00 vMB
Total Fees: 0.07710325 BTC
Feerates: 301.64 > 7.73 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (434,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
480,856 480,856 0000000000000000002d40f2d5eee8d926ff72112acaf2c89e0a6875ed918e44 2,360 1.00/1.00 vMB 257
480,855 480,855 0000000000000000005d8e91c8b1b365faa3898d0f4877d86df084819e8093ad 2,077 1.00/1.00 vMB 329
480,854 480,854 0000000000000000002b2cf93c8aa366e730011361053d4f56cc3a773a185a13 2,219 1.00/1.00 vMB 257
480,853 480,853 000000000000000001162756d7b535b72a11d775aa4907528410f3e4b4818171 1,828 1.00/1.00 vMB 163
480,852 480,852 00000000000000000105ba30e884c47ab532a194642cd6ec44042fa9b227d424 2,001 1.00/1.00 vMB 137
480,851 480,851 000000000000000000d5a328b5bfd8a7216efeee2c6c770a8d9f8054be0cbfec 1,712 1.00/1.00 vMB 275
480,850 480,850 00000000000000000111495cbe6bc01ffd7311e1e182b84303c7d49418679499 2,421 1.00/1.00 vMB 302
480,849 480,849 000000000000000001103604363da697ec61e1edc1f76d21409b3837c71e6c78 1,863 1.00/1.00 vMB 190
480,848 480,848 0000000000000000006d834c197ba2bc94a67e9697b90be9276b0f7a2decba4d 1,767 1.00/1.00 vMB 173
480,847 480,847 0000000000000000011ef551d29f22a73fe548144ba8876281988fc3b835d181 1,967 1.00/1.00 vMB 266
480,846 480,846 0000000000000000002fcf201c6cee031b7ef9883a757c22f1d1417dee504173 1,754 1.00/1.00 vMB 168
480,845 480,845 000000000000000000c4ab25e98e76b73ef9edfd6e0ce584f1db06ba4f8d29ae 2,439 1.00/1.00 vMB 308
480,844 480,844 00000000000000000077346214089a8073d729a5320d00e0714538f1fc1746de 2,418 1.00/1.00 vMB 207
480,843 480,843 000000000000000000d0a2a965e0237183c185ff56c29f261de331e219d0caf9 2,166 1.00/1.00 vMB 301
480,842 480,842 00000000000000000072119a527c968ce64e773bdea927bdeb29a3d56dafeed8 2,253 1.00/1.00 vMB 325
480,841 480,841 000000000000000000143872e84ac3d16336323a1465c7a72a881529e3521c3c 2,038 1.00/1.00 vMB 207
480,840 480,840 000000000000000000e79f7e81792c5b9905d86d50b93fe5c08422f103f0135c 1,138 1.00/1.00 vMB 181
480,839 480,839 000000000000000000ae18273c6d4b1a95fb41cbeab37a20a3c074970eb0da83 1,885 1.00/1.00 vMB 221
480,838 480,838 00000000000000000093a9f69c2b7cac0e4c5be5a4206628f821469fdd898318 1,966 1.00/1.00 vMB 273
480,837 480,837 000000000000000000c4b38b6969f99a7f844a8e04115fac6bd8be50d9e9f757 1,568 1.00/1.00 vMB 207
480,836 480,836 0000000000000000000010ae13f6e9373ce921924d76e18d33397620d3c08a01 2,049 1.00/1.00 vMB 225
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.64 GB
    • Received: 16.29 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.