Loading Tool

Explorer IconExplorer

Memory Pool

28,932 transactions
8.77 vMB
0.06577957 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 56.78/200 MB

Candidate Block

Mining Attempt 17203d885da13efe642ff88118637bcb798fe899ae0dff19ad622838437227ba
Version 20000000
Previous Block 00000000000000000000c13069b9329f48223affbf81e7578255b2033820348d
Merkle Root 2dcf425dd0fd66b2b5e6a8d77f8591197e2f4b587ebcba74f245f926b536beaa
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,653
Size: 1.00 vMB
Total Fees: 0.03620355 BTC
Avg Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,020 (648,643 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
264,377 264,377 0000000000000006fafa484938fc5a87edc5e10881113b5906c090bbc3335874 0.17 MB 320 82
264,376 264,376 0000000000000007b4f953d4b06de04ed7073e1f266d8d673a0b63cf7c5a0e2a 0.08 MB 158 77
264,375 264,375 000000000000000e9e3877eea2b6b873d14b090051a2df3961aea7ad31a78e4a 0.08 MB 183 98
264,374 264,374 000000000000000d0ac6906195f0986ed76656aded2e2f5a0070927254a4a329 0.10 MB 214 72
264,373 264,373 000000000000000722a8d74e8b836978ed0e4a3f560bd2f69ac945e83e093728 0.12 MB 286 108
264,372 264,372 0000000000000001887abc44b5280f3b64c94f6d3a7043bc75966b902343d140 0.14 MB 120 28
264,371 264,371 000000000000000a5d8223289074eab43cc5a104cd15aab9d1c96035eb10d5d8 0.11 MB 187 41
264,370 264,370 000000000000000bfc6f5f2c3323f254869fe2ff0d342da0923eeb38812f5140 0.15 MB 126 4
264,369 264,369 000000000000000a23f0ffdd1b38182f858bdf40f0b827073485410abf09a33b 0.20 MB 387 89
264,368 264,368 000000000000000b2fac8f16e1239a2059a46e5257fe26ad1790a3801139e7f8 0.22 MB 454 80
264,367 264,367 0000000000000002d20d34fc06fb55d1de84f1e2049312e594690d8e5e59f3f8 0.15 MB 353 72
264,366 264,366 0000000000000004e16fac10786a8253bb858c8930b532903acb1c70b4d265f3 0.25 MB 586 63
264,365 264,365 000000000000000f5de53c9a912f61a713fdd94f32d4e33c3854b210eb3d43f9 0.25 MB 758 119
264,364 264,364 000000000000000063969a7ea741314e0061a046836d24ee6773c89815230c3b 0.25 MB 651 69
264,363 264,363 0000000000000006469a52540c499685231a95ec3c4addb92c7bf7f2f99ea07f 0.25 MB 345 63
264,362 264,362 000000000000000970a5fcae5f40b4d1c3ab270ef1f55c6e23bf9ca83bef34de 0.25 MB 704 117
264,361 264,361 00000000000000093e35cc80a418b8e659896ca12b4085a12faf9f38f6b6f529 0.02 MB 26 5
264,360 264,360 0000000000000010097aef7c50bc956b250e41303edcc5c100456ce33adab302 0.12 MB 324 66
264,359 264,359 000000000000000426f73323cfceb063ac153d4582d44b0239c52dc098cbde13 0.04 MB 95 111
264,358 264,358 00000000000000090523b33e36612f1448ecebe46cc1cb7bcdb9361ce69fbc73 0.09 MB 136 34
264,357 264,357 0000000000000001718430b94166fcc26095310d5049391f0ab7f02f5333eb8a 0.25 MB 693 88
Previous 10 blocks ↓
Total Size: 778.88 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 10
  • Data Transfer:
    • Sent: 401.34 GB
    • Received: 3.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.