Loading Tool

Explorer IconExplorer

Memory Pool

74,319 transactions
27.58 vMB
0.07489038 BTC
Random Selection Loading Transactions
Max Size: 168.01/200 MB

Candidate Block

Mining Attempt ce1c9bb457b4f1e0fc8e58dc1969d7e9fa6e160c0de091ac3d09d9e4c350a5bb
Version 20000000
Previous Block 00000000000000000000021ebf7cb9461533c1f4d147f514574604ef61f93ece
Merkle Root ae3308760f8fabbd3a203b18e471af5d911ddc02e652b538cc45d67773ec42e1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,210
Size: 1.00 vMB
Total Fees: 0.01354700 BTC
Feerates: 402.60 > 1.36 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,316 (441,966 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
473,350 473,350 00000000000000000130d3e3cb1c7d2a4b15ff3263f7263a528c1c50e84ca52d 2,017 1.00/1.00 vMB 383
473,349 473,349 00000000000000000097eb3ef20233fc0422f113906f45a1365bc66e0796c2fe 307 1.00/1.00 vMB 326
473,348 473,348 000000000000000000b1dc7e4edb82de091fbeb01781fc6a8d48905ae3d02f26 1,812 1.00/1.00 vMB 311
473,347 473,347 000000000000000000ee8d72969211fec87ffab9cb7455e4be864c472a6472b6 1,996 1.00/1.00 vMB 304
473,346 473,346 000000000000000001328fb4f95a58b83403febb9db2ec685c917baff21c9265 2,141 1.00/1.00 vMB 401
473,345 473,345 00000000000000000132d76af62c05ac97164875268327f198cac38e765a6af8 1,742 1.00/1.00 vMB 226
473,344 473,344 000000000000000000e0da1d3080316a9da1f51deb75a7a2c6828673d47d67f1 2,093 1.00/1.00 vMB 324
473,343 473,343 000000000000000000125bf508caa76c61d1b7a662a4a7c14faa7d4231b5f18c 2,340 1.00/1.00 vMB 389
473,342 473,342 00000000000000000121ade7a3374289963eed20e133f683ece19bded5acc7bc 2,046 1.00/1.00 vMB 294
473,341 473,341 000000000000000000b2f337192c10bbd5d2ef38d9077289f9c42a535924e217 2,479 1.00/1.00 vMB 392
473,340 473,340 000000000000000000591e658ca71df8b216a4afcf287f88815504da26445509 2,225 1.00/1.00 vMB 189
473,339 473,339 0000000000000000017e4fd84fba65107a266f6fe0e70e0a603bc6f61eecc2e8 2,097 1.00/1.00 vMB 291
473,338 473,338 000000000000000001418fd731c19915690a6224c663df98bebbfe3f3d6ec92a 2,159 1.00/1.00 vMB 313
473,337 473,337 000000000000000000e946140514b29f5443daa60191bc9f19a5052f3e0fe7be 2,160 1.00/1.00 vMB 304
473,336 473,336 0000000000000000013458619b5375581085e0c4645b906b63c567f1a9d4a671 1,903 0.99/1.00 vMB 376
473,335 473,335 0000000000000000004c480c7858536fe07a2ce491e2107c6e76d5e39b958f31 2,241 1.00/1.00 vMB 296
473,334 473,334 0000000000000000010db833c92c6161c9472bc29765854881be66572d0932a1 1,496 1.00/1.00 vMB 271
473,333 473,333 0000000000000000010938e99d65ad15d824faf5fddde6a75b99ebec33ea5fa9 365 1.00/1.00 vMB 33
473,332 473,332 00000000000000000123a7fcf36a72b7077721548e2aa1ce6bb67e32c99fdaf0 1,200 1.00/1.00 vMB 168
473,331 473,331 00000000000000000147af75ed22a1b23a20f3b07489abd42c3b8cf8a5faca37 87 1.00/1.00 vMB 6
473,330 473,330 000000000000000000111dcc720c480248208057931277da3242b88efa18bce9 837 0.40/1.00 vMB 305
Previous 10 blocks ↓
Total Size: 782.94 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: 714.87 GB
    • Received: 17.61 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.