Loading Tool

Explorer IconExplorer

Memory Pool

81,766 transactions
30.31 vMB
0.16816040 BTC
Random Selection Loading Transactions
Max Size: 183.02/200 MB

Candidate Block

Mining Attempt 6d29e0ab1779b2843cf92b41fa161a6ebfef0b044aedda2fdf2210cb56f42bc9
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root a0ccc745e92fa138bac69aaf92dc97bf3580cf59f7699e16f20601cb5359261c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,318
Size: 1.00 vMB
Total Fees: 0.09183350 BTC
Feerates: 502.67 > 9.20 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (371,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
543,383 543,383 000000000000000000173f0db7b27c3486c4c29f0beb612b5b26a1f43b894123 2,085 0.68/1.00 vMB 19
543,382 543,382 0000000000000000000352f7b46f5a218d05481783f9e2e116f088dff1613f29 209 0.07/1.00 vMB 26
543,381 543,381 00000000000000000022d6eb663a7e2339fb909d6100f8659db55659c5be1df4 1,218 0.57/1.00 vMB 21
543,380 543,380 000000000000000000056acf7b3bd5081aab8ef83f4fe0ae7cf3ee805b707c1c 847 0.29/1.00 vMB 19
543,379 543,379 00000000000000000026dbbdbd921f3ca06540a66b8c912e44b915c214186854 1 0.00/1.00 vMB 0
543,378 543,378 00000000000000000017449c652abb9ce6573bccc138e73fe45086b13c3f2cfa 1,824 0.60/1.00 vMB 20
543,377 543,377 00000000000000000017fdc008e7ae178499090442d39f31eaade8a8ec1cbc4e 1,402 0.46/1.00 vMB 18
543,376 543,376 00000000000000000004910162f1aa9c90d5ad6c2dde28c2924c516ff8c55ba9 109 0.04/1.00 vMB 47
543,375 543,375 000000000000000000105939892c3c7b3d8c7fb3b18dc464e4d60f530d9fbfe0 1,796 0.90/1.00 vMB 12
543,374 543,374 0000000000000000000db140460bc2e9da00e759ffa2c60a545dfd5f838a9c9a 2,440 1.00/1.00 vMB 18
543,373 543,373 00000000000000000013f1b20691ed226b4e40507eebf54b018287f91f3099bc 2,772 1.00/1.00 vMB 33
543,372 543,372 0000000000000000001b6bedd4a701e33e5de5e6222640c1a22e5cc86423ca28 1 0.00/1.00 vMB 0
543,371 543,371 00000000000000000003c35341881ac9604b4fd160c04377760f675dafb2f67d 2,574 1.00/1.00 vMB 24
543,370 543,370 00000000000000000001aba342ca7ae6128f323e3f215145c1ef7bd59ceee956 1,966 0.95/1.00 vMB 20
543,369 543,369 0000000000000000000d64c2306708db3b3f4075f69a602df2c0baa182786ba2 969 0.50/1.00 vMB 17
543,368 543,368 000000000000000000165db12d71bbfa7f8bb13ff7b3e350981ac73d953cb4ca 3,002 1.00/1.00 vMB 34
543,367 543,367 00000000000000000001664fc9878312331e895f88b37f0f18f6d7ad38a69ee1 1,697 0.66/1.00 vMB 21
543,366 543,366 000000000000000000168fbd5847fb34e7453e44dd019da44f505179507af799 2,868 1.00/1.00 vMB 24
543,365 543,365 00000000000000000014f1258b880eecdbb585db3b7610b3e9a71114d6d72b08 606 0.25/1.00 vMB 32
543,364 543,364 0000000000000000000b6a563aeeb5e8f46b206b5cd24af1b707cbc01529e1df 1,284 0.46/1.00 vMB 23
543,363 543,363 0000000000000000000e0ed31bf60739ad2e2001a4b40a5fea4fbe2d841b8833 217 0.05/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.60 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: 671.85 GB
    • Received: 16.04 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.