Loading Tool

Explorer IconExplorer

Memory Pool

88,366 transactions
23.64 vMB
0.06481245 BTC
Random Selection Loading Transactions
Max Size: 158.55/200 MB

Candidate Block

Mining Attempt 43553b0eb8fb2dc4fc1cab8f3780722a073a536c91c799ac32226b4761d790b0
Version 20000000
Previous Block 00000000000000000000f54521b752569f8548fedebdc2f2645d947f758c6efe
Merkle Root 9f1aad23f245ea00809317f7d71fefd61616074013627ffc67a73397259e8a3b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,557
Size: 1.00 vMB
Total Fees: 0.00950783 BTC
Feerates: 200.71 > 0.95 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,100 (862,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
53,475 53,475 000000000b7db5eafc251de3923730dcc17a9784f659a22de23ffb90b5653287 1 0.00/1.00 vMB 0
53,474 53,474 000000000c8ae920605a5cee4ac0b940b79be823dd79a948552b0053cfd1deb9 1 0.00/1.00 vMB 0
53,473 53,473 000000000a6e87243d2398d5d8b0613c914ab90d787c1e0680ff8fd971bda1fb 1 0.00/1.00 vMB 0
53,472 53,472 00000000087eac7f5de435f9f16a476a4df08f128a384a083258f64be1e65776 2 0.00/1.00 vMB 0
53,471 53,471 0000000013b6bcecfe702a7ac28bcf2c233098d7f4ec9afabdf642c469d0deac 1 0.00/1.00 vMB 0
53,470 53,470 0000000003944f83c707d9be9ddfdad117d6c4004e501bfdbca1b882903e4681 1 0.00/1.00 vMB 0
53,469 53,469 00000000014e7f0df451e16cd7159797be2a440f14155f67371539940aa4bae6 1 0.00/1.00 vMB 0
53,468 53,468 0000000006183cc2be553f939e323e08b57530800c190f3f22700275be166d29 1 0.00/1.00 vMB 0
53,467 53,467 0000000013ede45d7b76aae4b8f5c6614626e31cf2fa6a86ab458fff20d80b3f 1 0.00/1.00 vMB 0
53,466 53,466 0000000007c70f9edb9c343f181839c89c7e0ea813afa97f1465e4a6135104d6 1 0.00/1.00 vMB 0
53,465 53,465 0000000014d25a48676d0c9daf71c43b8c5a9b796714d25c9f95235fbbf22244 1 0.00/1.00 vMB 0
53,464 53,464 00000000136648b4be357a3b200858539e0355b2f57dc5d493fe42970f03cd31 1 0.00/1.00 vMB 0
53,463 53,463 000000000ffdea356cae8383385cc395592cdc6552b9255e1dc7e7e216ff82d3 1 0.00/1.00 vMB 0
53,462 53,462 000000000f6b509c977ed31601c75178bfa6f98816d1e8bd7b7e22e9be7e4045 1 0.00/1.00 vMB 0
53,461 53,461 0000000002dc2e3ac0e331576677ac23f7ca10bcfe2ea7146d78107536a4791b 1 0.00/1.00 vMB 0
53,460 53,460 0000000011d0e1c2aebc3f2a92e402d7c227ac063e3060190bf4250938fe6d71 1 0.00/1.00 vMB 0
53,459 53,459 00000000151d9c49e39e2055fdb18f58df6443e49b2bfd9f294b8fdd97efee90 1 0.00/1.00 vMB 0
53,458 53,458 0000000002e69b6354276ec137b8117169f4b9454439e549c375c136c1368a87 1 0.00/1.00 vMB 0
53,457 53,457 000000000dfc1cfe3ea06a2f93956eb7106fe95122555c706792e7ac93959d10 3 0.00/1.00 vMB 0
53,456 53,456 00000000105ad472276d6c6518e889d7645cb50fcb04b32bdc4c58360a1fbb8c 3 0.00/1.00 vMB 0
53,455 53,455 00000000087a012ceffc662d3e902d18907d1e2f85c4ab853b697354677a2a50 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.30 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: 815.38 GB
    • Received: 24.17 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.