Loading Tool

Explorer IconExplorer

Memory Pool

71,260 transactions
22.82 vMB
0.09052427 BTC
Random Selection Loading Transactions
Max Size: 145.56/200 MB

Candidate Block

Mining Attempt 62f6841bef557b8fb801c2b0355d28bf088778dd664e5a43cef7b8033893b2a8
Version 20000000
Previous Block 000000000000000000014138df9d7665402cba1a44111f2c732243184bf0a9a1
Merkle Root 939dcd6fa8d90beab53cd5e2a8ebdd9c4caa8934bc7760b609ddb02faba9961e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,373
Size: 1.00 vMB
Total Fees: 0.03124559 BTC
Feerates: 197.49 > 3.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,668 (655,805 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
259,863 259,863 000000000000000d853b9ea2b3c8e0f848d7b6b2c035a18079a5343dedf4b972 135 0.06/1.00 vMB 80
259,862 259,862 0000000000000007c066fb120690b03174775183b62e2f43689c1aa0817003ca 707 0.32/1.00 vMB 61
259,861 259,861 0000000000000018d68c9bb3aeef7d53184668907ca6772146a4c3c8547674dc 391 0.25/1.00 vMB 104
259,860 259,860 000000000000000ac11b7eade709af2ac73bcb06d4989ca54d56529a78ed62fc 616 0.25/1.00 vMB 150
259,859 259,859 0000000000000016bab2c0675d6a7e10dff3e7881a749e6d72cb7179e6f6eb92 619 0.28/1.00 vMB 109
259,858 259,858 00000000000000175cfca34630967770b6a71f73ca93e2ddd10a2c4023bd62a5 132 0.05/1.00 vMB 59
259,857 259,857 0000000000000012a9df4c4a1684a44c6c9dfe5d631e3829bc577b89836f97e6 463 0.16/1.00 vMB 102
259,856 259,856 000000000000001ec525f3b2d774e62802fba235a5cc9ad9d6647ac0a0f8cb8f 301 0.14/1.00 vMB 62
259,855 259,855 0000000000000000b78e9b5c670166eb46f488bb1c842d3cfb305a358c862399 256 0.12/1.00 vMB 93
259,854 259,854 00000000000000221088e235bfbac9c8d4d992275b6e981585094192ecd3d385 683 0.25/1.00 vMB 152
259,853 259,853 00000000000000167bb9bcb3e3a8703dcc751fe3c062be410f10dc305cd9aa4e 584 0.25/1.00 vMB 123
259,852 259,852 000000000000001f54b3dd0dcfe1f8ac11c56002772caaaa6ac698e19dff6396 80 0.03/1.00 vMB 86
259,851 259,851 000000000000001ac44abd9ad8f45f7078299da4e877b00c30cb9fb90d86bc4e 136 0.07/1.00 vMB 38
259,850 259,850 000000000000000daa873eda47a5e03be9772ddae1087025020f9707e4b37da3 550 0.25/1.00 vMB 100
259,849 259,849 00000000000000107c9c36c72cb7f7bbf3266c613d6634cd7bfe1570c467b2ec 350 0.16/1.00 vMB 152
259,848 259,848 000000000000001dacb9cb621f11a809e4382f5d9c2f09e26d56cd4a2ace952d 212 0.08/1.00 vMB 116
259,847 259,847 000000000000000d62fd8dafa60e2a56df6f66ebc9f79a18976db0da194eea0b 25 0.01/1.00 vMB 233
259,846 259,846 0000000000000014fbe502a70a7505b7a60b8a4013ae4d24f054cf3ada40ce3f 110 0.04/1.00 vMB 71
259,845 259,845 0000000000000005088af0612e72b2546a1a04eded6c1e6355ba94201aa26a02 88 0.06/1.00 vMB 73
259,844 259,844 000000000000001e53362e9e504c351ec35d3cf8ca9d24d38a6990a70dd1cb59 17 0.01/1.00 vMB 92
259,843 259,843 0000000000000024dfce46d4ea37eb30dbdf70c644640c2ed8d950929ee2a346 242 0.11/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 783.54 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: 774.02 GB
    • Received: 20.64 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.