Loading Tool

Explorer IconExplorer

Memory Pool

49,190 transactions
30.22 vMB
0.16988681 BTC
Random Selection Loading Transactions
Max Size: 161.62/200 MB

Candidate Block

Mining Attempt 947664df8dd1062e19cf73d0a2ffbaa55cffc929c1fee2ca8f9e0fc580308733
Version 20000000
Previous Block 0000000000000000000186ede1a913650c17a83169801ba62b38a00ade68ef12
Merkle Root d8e8b8b507269081c988c595e04a53f18a3e4f4c523cce19b4a08b49993c17ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,147
Size: 1.00 vMB
Total Fees: 0.08866425 BTC
Feerates: 261.10 > 8.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,811 (351,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
563,722 563,722 0000000000000000002b47953ab37e89543a5ecbbe64aef8625e6d4a51f1db31 2,566 1.00/1.00 vMB 28
563,721 563,721 000000000000000000219db70c6671e161c7baa4702aaab9055428ea92dd5da1 35 0.02/1.00 vMB 20
563,720 563,720 000000000000000000264267762316b0e3f5fd637c5f005934ca9a7377341f49 2,720 0.90/1.00 vMB 16
563,719 563,719 000000000000000000083964316449eef1f5465e95ac1c4af3e2b83550376fba 2,633 0.91/1.00 vMB 14
563,718 563,718 000000000000000000047e7cf1951860396359e02856bc4d81b73db4a82f1518 2,848 1.00/1.00 vMB 5
563,717 563,717 00000000000000000000a15148a84b68cafe18e5ac2c4cad7672802cba6ef14d 2,458 1.00/1.00 vMB 22
563,716 563,716 0000000000000000002adf152308819f7e88ad71830d0be0d73b36b81b73de38 2,278 1.00/1.00 vMB 4
563,715 563,715 0000000000000000000421105fc270aaf30be19a430c077d5a0c558175927ee9 1,288 1.00/1.00 vMB 25
563,714 563,714 0000000000000000002d132326716910991876f5de182372bbd29d4c3db6e7c6 2,728 1.00/1.00 vMB 17
563,713 563,713 00000000000000000004e38171d9c68da7722ce2f642831f00737b0d7b0bb4ad 1,659 0.63/1.00 vMB 13
563,712 563,712 0000000000000000001cd5f6d6c7f073b37885a736a9f906de860925fa65ac28 2,301 0.80/1.00 vMB 12
563,711 563,711 0000000000000000002d6176bbca034eff9d9344edf687f8f4158588e3ab53c9 3,265 1.00/1.00 vMB 4
563,710 563,710 0000000000000000001e761c16cf52ca1739b0987c6295de1e68649242fe24a0 1,925 1.00/1.00 vMB 30
563,709 563,709 00000000000000000013800c71f506a45049b3735c10210a82894f2d8c033859 2,648 1.00/1.00 vMB 24
563,708 563,708 00000000000000000010b17f7db988d56cb9730238b689e98a6a8766709786eb 174 0.10/1.00 vMB 25
563,707 563,707 0000000000000000001c3e47efe8340337145dca3c881ffd551a9c340647e875 2,032 0.70/1.00 vMB 5
563,706 563,706 00000000000000000016c2a392cae8ddd39434596852f38807e13926ca1f0396 2,664 1.00/1.00 vMB 4
563,705 563,705 00000000000000000016cbcd9946eebafebccd1c0f46c2ed0f1f9f3b36b2f890 2,558 1.00/1.00 vMB 15
563,704 563,704 0000000000000000002b7acc0a9b76a2f8de7359bed81232425e2c53f25598fe 2,382 1.00/1.00 vMB 36
563,703 563,703 0000000000000000001f9c82791b2f1ba5aef773a932b5e017bfdc4d09e52760 2,824 1.00/1.00 vMB 24
563,702 563,702 0000000000000000002b6d9f775fc3f764645cdd91bdc52c0c22e09d2e3583a3 3,368 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.05 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 651.01 GB
    • Received: 13.38 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.