Loading Tool

Explorer IconExplorer

Memory Pool

79,555 transactions
29.94 vMB
0.07114573 BTC
Random Selection Loading Transactions
Max Size: 183.39/200 MB

Candidate Block

Mining Attempt 8de15478a54b525efec18c9041c173516042d9aebf731dd742b266f7ef414aba
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 17afd03416513ae2b345c03ca08afff0748a50bad2c075119e46e1b17c63d115
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,635
Size: 1.00 vMB
Total Fees: 0.00467939 BTC
Feerates: 40.20 > 0.47 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (84,889 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
830,463 830,463 000000000000000000028c92a28ae9e93da5c034d2a3eac1cfd061d915e31f38 3,214 1.00/1.00 vMB 47
830,462 830,462 000000000000000000002be3025faedb5e30e8d9e8f35db039a0a6bada396e6c 1,092 1.00/1.00 vMB 24
830,461 830,461 00000000000000000000ecc0f11cd0a9cb7d73bec980da0ab011bea76fbb6248 1,608 1.00/1.00 vMB 29
830,460 830,460 00000000000000000002e7ad926db930b7c2fe9fec7750a73918d3cd46ca3b6f 1,914 1.00/1.00 vMB 34
830,459 830,459 00000000000000000001ab08af446343f6701cee11843a93b8f4e4b632774ad6 1,973 1.00/1.00 vMB 33
830,458 830,458 0000000000000000000042ae7b37cff09cbaa27c1c448eeb1f60e1bc2cc90060 3,372 1.00/1.00 vMB 31
830,457 830,457 00000000000000000001e0696c25c2e6c4fc8ea7e0c344000f3df384c49f14e2 2,448 1.00/1.00 vMB 33
830,456 830,456 00000000000000000001d5e023f33a94f5e7b40cd8057650bbb74f3d604b4244 2,663 1.00/1.00 vMB 45
830,455 830,455 000000000000000000026d01fc7824a1f178d241b30fe3859a3e3d833afae704 2,516 1.00/1.00 vMB 46
830,454 830,454 00000000000000000002b272322c120ab861aa9e742ffbfd3c4c3a3a3b9bf4ea 2,674 1.00/1.00 vMB 38
830,453 830,453 00000000000000000001b62a3162341677b0d60519e29edf372108d6bf1bbda0 2,556 1.00/1.00 vMB 42
830,452 830,452 0000000000000000000266fb04139f985ad53f6113ad8a2ff73ec3f77e0e6185 2,170 1.00/1.00 vMB 31
830,451 830,451 00000000000000000001a60cecadc763813e986c0a3aaccb0e6f5b98acc4582e 3,055 1.00/1.00 vMB 38
830,450 830,450 00000000000000000000686d5bcbe857c82f0d65ebd762f40cb80566986b5de0 602 1.00/1.00 vMB 33
830,449 830,449 000000000000000000009069e00fa5d2e83b4860e13bef71233a67daf8ccd704 188 1.00/1.00 vMB 33
830,448 830,448 0000000000000000000157e9da6a26dada4a6f7d49f5d1c7739bfe6a42e858af 939 1.00/1.00 vMB 35
830,447 830,447 00000000000000000001d688b117267c2cb59e92dc725b4191f0ac1c36f51aa8 2,105 1.00/1.00 vMB 37
830,446 830,446 00000000000000000001709e9506166b1f61b5fcde7b719d1baa9c1c991d9d47 2,252 1.00/1.00 vMB 39
830,445 830,445 00000000000000000000e012e53027eba954ee297018407a71d80d4c6c250855 2,202 1.00/1.00 vMB 45
830,444 830,444 0000000000000000000304aa204dce4095db2bc1dacee381abdaf57abd5f3616 2,798 1.00/1.00 vMB 46
830,443 830,443 000000000000000000008be9bf9b9654c86a39ae0cbb4c22343fbd5510517b8c 2,650 1.00/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 783.00 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: 718.53 GB
    • Received: 17.91 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.