Loading Tool

Explorer IconExplorer

Memory Pool

45,569 transactions
27.50 vMB
0.11027080 BTC
Random Selection Loading Transactions
Max Size: 143.89/200 MB

Candidate Block

Mining Attempt ceb7fc91b05ac912260ade1c7c7a7469b6ff9045e6a3fe81badc676b4af62314
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root ddb67dafab9407193d9a065750a5e8f74979c21735d8ae554f0ce97aa73130e5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,628
Size: 1.00 vMB
Total Fees: 0.05021356 BTC
Feerates: 151.01 > 5.03 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (610,568 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
304,308 304,308 000000000000000012c6a8cdd595ce815589da8165bacab479725167f995b784 101 0.09/1.00 vMB 22
304,307 304,307 0000000000000000426936a3f715122631ea63a3b5f78ad1703753c039990d14 628 0.35/1.00 vMB 30
304,306 304,306 00000000000000003c480f75f57f5020cccbb485b9292f13b7b111b506d7f8a6 365 0.29/1.00 vMB 21
304,305 304,305 000000000000000056c9e7b24b88b009339e539a15cd6504028c797565a9413c 218 0.35/1.00 vMB 22
304,304 304,304 00000000000000000e2d4edb304dafc4221516a5855092bd138abd0ee9bf8eaa 229 0.35/1.00 vMB 24
304,303 304,303 00000000000000003df60ae7fd04dcd1c46296db98942a680d7567fa5a527cb5 201 0.35/1.00 vMB 15
304,302 304,302 0000000000000000284dd974754ad239cf4cdda7ce2e593b4b5aac4489708402 444 0.35/1.00 vMB 29
304,301 304,301 00000000000000006147875f3dff28d2083e46cab83797db68d36964146ffef9 210 0.17/1.00 vMB 26
304,300 304,300 0000000000000000447956d7d6c78a470b4753333e0add2a866bfbae9f200e7e 20 0.05/1.00 vMB 13
304,299 304,299 00000000000000004417bd4f199abaed996014bab42c07d1ee8332ae3315dd94 299 0.22/1.00 vMB 25
304,298 304,298 00000000000000000e53985141fbb669fdbee5a3d367c947ed85076bff92631c 998 0.53/1.00 vMB 29
304,297 304,297 000000000000000048c06a0cc3db83b79a271f5070e353442ec3f30787a2f2c3 95 0.11/1.00 vMB 12
304,296 304,296 00000000000000001f4525fec2daf383605ea98e009d3b796540d767c9710ea3 309 0.27/1.00 vMB 16
304,295 304,295 00000000000000003a58b64d2b55674e66d4b5ff053e5bc1741552e2b2daad71 782 0.25/1.00 vMB 43
304,294 304,294 000000000000000045a672b3136bf26882ee4e421e6ff7dc24abc446153d3574 519 0.37/1.00 vMB 24
304,293 304,293 000000000000000051bfed892a79b8003d3fd93ec0ad4b50ea42785fce47e636 496 0.28/1.00 vMB 30
304,292 304,292 000000000000000014e66d3ff5013cc59c0013262cf6191e343d30790bec8bf2 24 0.08/1.00 vMB 2
304,291 304,291 00000000000000003c5be4d3febf16f5352dc65edc830f678496216c7f075a7a 1,127 0.61/1.00 vMB 33
304,290 304,290 0000000000000000358c9bcddf8cf6ad92714fe0df313fb09a4d7d066f22fc62 805 0.67/1.00 vMB 23
304,289 304,289 0000000000000000429979f20a6e2e108cd915e47a58dd3e239751d9778738c5 63 0.06/1.00 vMB 12
304,288 304,288 0000000000000000135449f6811c4779af15de853679cbeeea18cfe03b8c010e 270 0.24/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.