Loading Tool

Explorer IconExplorer

Memory Pool

87,713 transactions
32.53 vMB
0.24405610 BTC
Random Selection Loading Transactions
Max Size: 194.43/200 MB

Candidate Block

Mining Attempt 0292bfea24a0a8b4d4416ea5a28be3d268350e5efb71cead946c03b4582ee564
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root f8c79d24903c15c6b69cd3cd6601e35ee68c5378fb576bfc88a784c355e3d20c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,761
Size: 1.00 vMB
Total Fees: 0.10725108 BTC
Feerates: 529.10 > 10.75 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (375,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
539,907 539,907 0000000000000000000faeed184e3e8c145e4b29d9157ece89a135da99405026 666 0.32/1.00 vMB 12
539,906 539,906 000000000000000000020fdc0a18f5ea8a3a8370f9c91de4a39e9701e71bc30d 2,464 1.00/1.00 vMB 15
539,905 539,905 000000000000000000140c1a5223ac653e9f9735d6f050d6cda386656f34db6c 1,373 0.74/1.00 vMB 27
539,904 539,904 0000000000000000000f0734d1260dd0656e084eebef9dfa94bc8cb5bb276184 887 0.43/1.00 vMB 24
539,903 539,903 0000000000000000000b0d73f77bad23a8195678d337717a62f2507985c87008 1,224 0.73/1.00 vMB 14
539,902 539,902 0000000000000000001b3183666a6076713615ec21aa2f20b8114eab06933b77 1,690 0.98/1.00 vMB 6
539,901 539,901 00000000000000000002b98b4d9a1d74ee8b15bbeb1f6d92377ecbbee327074c 2,597 1.00/1.00 vMB 12
539,900 539,900 000000000000000000014f2c0a417adf0c79c994ee811321a612b7a50ad37806 2,015 1.00/1.00 vMB 15
539,899 539,899 0000000000000000002421cc09361a6e29ab6af90a6210217e4b6300caefa041 2,336 1.00/1.00 vMB 28
539,898 539,898 000000000000000000254d59c4ba6b022e223b070f16ea8e52bba91350aae0b2 1,636 1.00/1.00 vMB 32
539,897 539,897 000000000000000000089db7bdea897148f0f8647a71096761d1bf4fb038b92d 293 0.11/1.00 vMB 21
539,896 539,896 000000000000000000274cfcea7b3829e4b59d7ee3c095b6778efcbfed0cc2ef 1,385 0.55/1.00 vMB 16
539,895 539,895 0000000000000000001aad59156a9f9482f9d55fac6b1cfba7923e66a5b8b162 926 0.62/1.00 vMB 2
539,894 539,894 00000000000000000016cd6b7e8a9f0c700db13203dc9450e0dffb2e9d021c08 2,240 1.00/1.00 vMB 30
539,893 539,893 000000000000000000008b547b01e2b4e854998d693f0886cc218bb9e6127457 1,902 1.00/1.00 vMB 12
539,892 539,892 00000000000000000003d59c801bc3c1426c4cccc31b544b1e936f2b94507433 2,477 1.00/1.00 vMB 3
539,891 539,891 0000000000000000000d84a6d64846418dd6165f6700c78057eab7e43bc80ba1 2,180 1.00/1.00 vMB 29
539,890 539,890 0000000000000000001d5eff07cb2e6ec8a735e2d69e2fe3f47d01dd7616e5b5 509 1.00/1.00 vMB 4
539,889 539,889 00000000000000000024dbb413826b263396ab7a2fb78262fe21b10e2c5d1c9c 2,014 1.00/1.00 vMB 10
539,888 539,888 000000000000000000107943b5f3b8f79ab68082648e424ef2614dd39b4b5bcf 2,755 1.00/1.00 vMB 28
539,887 539,887 0000000000000000000d469762f8b53c68a5b45702ffa22cd60fc427f8d50236 2,200 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.