Loading Tool

Explorer IconExplorer

Memory Pool

82,680 transactions
30.45 vMB
0.12261577 BTC
Random Selection Loading Transactions
Max Size: 184.27/200 MB

Candidate Block

Mining Attempt 1fee13f5a0b2b5946bd8e6174e4d23fa7adb1d5b3f14c2c7744479c01848eab6
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 20c1977383f193b21c025939c19cfd50deaf7f6bf5aea5b57b543773377f4a75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,114
Size: 1.00 vMB
Total Fees: 0.04331293 BTC
Feerates: 150.85 > 4.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (369,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
545,412 545,412 000000000000000000117c46840de4c03a031f48a651e60815533555a6668954 199 0.06/1.00 vMB 13
545,411 545,411 0000000000000000000dcdbfa4d7eb08a83a55bfda13b3ce7edbdd37193d160a 1,436 0.71/1.00 vMB 10
545,410 545,410 00000000000000000006298519188deced71828cc8f9abf16944a066fe26cfa6 2,199 1.00/1.00 vMB 11
545,409 545,409 0000000000000000000c5cfbf368942be3dcc64ce436d37c9e7cdf5551ad6f1d 2,181 1.00/1.00 vMB 13
545,408 545,408 0000000000000000000865fcfcd1b0434c8ca309012099cf3aa48ad6be0b025d 2,930 1.00/1.00 vMB 19
545,407 545,407 0000000000000000001bead03e82ea68bf10b666e2c7b2cc3b8096f8c53bb4da 980 0.53/1.00 vMB 18
545,406 545,406 0000000000000000000b413e5436d322d96eae67600007bad9bfb90ebd0985c3 33 0.01/1.00 vMB 27
545,405 545,405 0000000000000000000984aad53e4dfbf75f69d4fdde0511bce5b9f99bfeda43 1,026 0.48/1.00 vMB 14
545,404 545,404 0000000000000000000354fbd334e82faba087d387e3c0f6b52f89ac49ab99f4 96 0.43/1.00 vMB 1
545,403 545,403 000000000000000000159f079cc7109aeb8de5ca7998e5ce1191fae696cc3bfa 1,933 1.00/1.00 vMB 17
545,402 545,402 0000000000000000001980e5f7add8a02dd4511ecd634aeb30b36bbb79dfeac0 2,697 1.00/1.00 vMB 23
545,401 545,401 00000000000000000004730bae0f6e81223b66f56e1d004d14379aa0ca8a79a4 1,881 0.92/1.00 vMB 11
545,400 545,400 0000000000000000000f9a319ce96a265dd5bf274f173fa9d2f3516b2c928e01 1,441 1.00/1.00 vMB 6
545,399 545,399 0000000000000000001ca3bc54f62a8719ba15caccf16aa57a8118a0b09c3691 2,779 1.00/1.00 vMB 22
545,398 545,398 00000000000000000001d2ce8adb2b2b8bd6954b61d65fa0666bcb03a8a457b0 105 0.04/1.00 vMB 9
545,397 545,397 00000000000000000000eec1ecab3afd680c3dd5830ba2f3ba1f1a2ef0e63b0d 1,313 0.84/1.00 vMB 12
545,396 545,396 0000000000000000000c17d3dae8b05a561aaa77a6fb3dc5839d41ea296824ea 982 0.59/1.00 vMB 10
545,395 545,395 0000000000000000001f6e9c9ff5065ea020bc9d5b9d00bb4aa02d4c373d87c9 2,224 1.00/1.00 vMB 2
545,394 545,394 0000000000000000001964c7e3606d20f39ded556ec1557fcb0c13f026712b33 1,890 1.00/1.00 vMB 13
545,393 545,393 000000000000000000029133d91f7e7809fe5f45f706cb66e09fed22352c221a 2,624 1.00/1.00 vMB 25
545,392 545,392 0000000000000000000ef39e3ddab4791ee2ec4f8142fa5448988cb995275773 610 0.35/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.63 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.37 GB
    • Received: 16.21 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.