Loading Tool

Explorer IconExplorer

Memory Pool

78,417 transactions
29.40 vMB
0.06706207 BTC
Random Selection Loading Transactions
Max Size: 176.61/200 MB

Candidate Block

Mining Attempt 2819d78d73e2e7f7bbbd1a3ad4cd891b3e05b77a95f18e826d86638b716b322f
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root e1286027ecf094cc2f81b72ac5e050ba90012bf8e8ce3943af0469aec57351c6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,001
Size: 1.00 vMB
Total Fees: 0.00746899 BTC
Feerates: 40.21 > 0.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (704,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
210,513 210,513 0000000000000345d2c7a1ae04d9917f6c884147627da6d05bd7e9ee0024126b 254 0.14/1.00 vMB 145
210,512 210,512 0000000000000314fd8e6fb8fb060a5b2a6b7c4bd1f4f7dfdb16d54ce5df0241 241 0.10/1.00 vMB 181
210,511 210,511 000000000000030b6c8a33352fb0dd0a7081ac6eaeb9368898a05679d55d4235 133 0.05/1.00 vMB 78
210,510 210,510 00000000000003fe71685702d7e5f8dce72007bdd7da51e22a4b1fe3da3d4c27 70 0.03/1.00 vMB 86
210,509 210,509 00000000000002f768e79f1882294abe2fee9ab4ceb68dd628581ee4df403366 270 0.13/1.00 vMB 158
210,508 210,508 00000000000002818dd67b31069481cb9318606729702b1db0b45ee065d368d7 103 0.04/1.00 vMB 205
210,507 210,507 00000000000003d3a64b2b43b8c1753ebedda2d31efdef6e007f22a914963382 71 0.04/1.00 vMB 151
210,506 210,506 00000000000002a1f72f11ac5d44ab80dd5b6658c8b7a8fb7c5a546d361a8083 15 0.01/1.00 vMB 305
210,505 210,505 00000000000001957393dc7e02786b98d97c3715f3931f7656ece91abb4d496c 100 0.04/1.00 vMB 200
210,504 210,504 0000000000000005f08fd26cd575182d5b898491c5b180715f42ec8aa801464f 88 0.04/1.00 vMB 155
210,503 210,503 00000000000001223b2660f49eb5936ef1e928997d3b5b675e7c0a2fcd7ccfc6 41 0.02/1.00 vMB 95
210,502 210,502 00000000000001a01935c03cc4f7341c280163eb08cb76e8fa6eec9832236f29 39 0.02/1.00 vMB 117
210,501 210,501 000000000000020c66dc8aefcdc0a0bd52476f80d6f75a38b19ae45e67e524aa 19 0.00/1.00 vMB 110
210,500 210,500 000000000000031b9f89e53899f312522575871a012a7d94ba8eb2f89628af97 85 0.04/1.00 vMB 247
210,499 210,499 00000000000000807449b2af2d57c3d117df22174d30a9ce18c76d82b971b5ae 124 0.06/1.00 vMB 157
210,498 210,498 000000000000011ab8147bc8ca502685825e0dedeb06a493f14a870b2d343969 268 0.11/1.00 vMB 177
210,497 210,497 000000000000031e3214f4e74461bce01d75fa375caf128d5c3b8b17790f835f 194 0.15/1.00 vMB 58
210,496 210,496 00000000000003d0d710243d2ea20eff36bfc448bcc5ab2afcf1b9e0d95837ae 154 0.08/1.00 vMB 181
210,495 210,495 000000000000029fb77b9799a3ee8ed22c41c571a57d0dc52fd0309611b9197b 100 0.05/1.00 vMB 153
210,494 210,494 00000000000004ce50e2512a2feda1c4124b056db593d3c8d6adc96763ae0d7a 8 0.00/1.00 vMB 250
210,493 210,493 000000000000027f03996abea2b071a11191706e9cecc341566a5bc92948f187 115 0.04/1.00 vMB 120
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.