Loading Tool

Explorer IconExplorer

Memory Pool

36,121 transactions
28.14 vMB
0.05815375 BTC
Random Selection Loading Transactions
Max Size: 141.51/200 MB

Candidate Block

Mining Attempt b39f1319bc0087e1a81116af1be4cd70be42c7bb360684205b2b2c12a29aa6a0
Version 20000000
Previous Block 00000000000000000000dcbb4606097e1e6e647621e87ea85d7afc7a11a5f479
Merkle Root 3d1425ebb0d9a041dc44a738bd35c40b9269aec4408b8e8a5cffb0d9fb020e42
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,080
Size: 1.00 vMB
Total Fees: 0.00422932 BTC
Feerates: 70.45 > 0.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,547 (415,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
498,998 498,998 0000000000000000005b0f8ba15bfa6c75995b6ab867166d48352daa8b8785d5 1,731 1.00/1.00 vMB 226
498,997 498,997 0000000000000000000b955b2449f58fb4742f686b8f762bc6658491e3af6f0d 3,022 1.00/1.00 vMB 306
498,996 498,996 00000000000000000079e6066f5e17c2e78248eda83023f5c45a835f7ee3642a 3,047 1.00/1.00 vMB 385
498,995 498,995 00000000000000000085ddb989b01810d479cc0fa63c0a204f4806e302b1913e 3,017 1.00/1.00 vMB 316
498,994 498,994 000000000000000000065657aac33be33b0dd5532647298dd8f2c40a59d61ca4 2,106 1.00/1.00 vMB 313
498,993 498,993 00000000000000000024ac7de0dc9d7dbf49e213bd571741abe684bacd3e1739 2,623 1.00/1.00 vMB 425
498,992 498,992 0000000000000000004ed3a1c4fcfbf11380e1fca3a5953254fe400a628cfafb 2,754 1.00/1.00 vMB 413
498,991 498,991 0000000000000000006864c3c9deb73aa3bfe9bd76aa68bc2dbad36838391bc1 2,429 1.00/1.00 vMB 352
498,990 498,990 0000000000000000004c65aeb1b861673e0055767e640746cd772e8bf26e923e 2,440 1.00/1.00 vMB 416
498,989 498,989 0000000000000000007bf0480ff2cf66e4949ca891e4ea9e705f299f67a37142 2,436 1.00/1.00 vMB 425
498,988 498,988 00000000000000000020495694bc303bcfc6a79a3c80835699d60a347c230d7e 2,224 1.00/1.00 vMB 450
498,987 498,987 00000000000000000092e8a378d431b6ec3fa589339256cf12f59150605a5a4f 2,661 1.00/1.00 vMB 389
498,986 498,986 0000000000000000005ab5cf628d8e944c5c69f6549999d5c3dea1d16be45a90 2,012 1.00/1.00 vMB 453
498,985 498,985 00000000000000000018b5826f4deb0a117b6fbde5e1e419eaf99cb77ddbdc2b 2,877 1.00/1.00 vMB 361
498,984 498,984 0000000000000000008fb52abb1a8791ad96890cbace04cc13c6fa385e12b27a 2,897 1.00/1.00 vMB 401
498,983 498,983 00000000000000000014a3a49d452bd5c0faf5df5cb5fa4c9cb3a7aa3c872c43 2,198 1.00/1.00 vMB 438
498,982 498,982 0000000000000000006024e99a101c502dc0de142771b0a16595344d93c48565 2,627 1.00/1.00 vMB 286
498,981 498,981 0000000000000000004abcebec38094e040518545010f1e5192779e4b8e29fef 1,844 1.00/1.00 vMB 265
498,980 498,980 0000000000000000007d7a96ed2cd3e095a359c6d1b357808ecddbea140c3da0 2,868 1.00/1.00 vMB 367
498,979 498,979 000000000000000000a65d224d2f2041d52611e044adf6bd19fff3c29711c718 2,952 1.00/1.00 vMB 370
498,978 498,978 00000000000000000001b5f9faa93e30140a51959b34282448d0fe1bd11d41f5 3,351 1.00/1.00 vMB 312
Previous 10 blocks ↓
Total Size: 781.58 GB

Node Details:

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