Loading Tool

Explorer IconExplorer

Memory Pool

81,510 transactions
31.25 vMB
0.09536243 BTC
Random Selection Loading Transactions
Max Size: 188.48/200 MB

Candidate Block

Mining Attempt f2cb3f7e8a2998e6ede3ca224dd296ce29668fc2c55c57693fa415e096f0d4ee
Version 20000000
Previous Block 000000000000000000016d1b89e6b899f157320615453ebe26621a27c676cfef
Merkle Root 91ae586dfbf8b21d3353f5f4386f983ef94016863eec9b615ecad4ea26ca74c8
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,474
Size: 1.00 vMB
Total Fees: 0.02127302 BTC
Feerates: 45.88 > 2.13 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,356 (84,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
830,442 830,442 000000000000000000011d5e965e733d3b5ba64a35b1e7acc49ac798af964943 2,701 1.00/1.00 vMB 56
830,441 830,441 00000000000000000003a50f89fda4ac9c7254fb900798adc6403ccd1e31bd37 2,531 1.00/1.00 vMB 53
830,440 830,440 0000000000000000000144d87910b098b49c037c0e271d146c5a62a9aa7447b9 2,114 1.00/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 783.01 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.88 GB
    • Received: 17.98 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.