Loading Tool

Explorer IconExplorer

Memory Pool

43,220 transactions
26.93 vMB
0.05426338 BTC
Random Selection Loading Transactions
Max Size: 141.89/200 MB

Candidate Block

Mining Attempt 2637ba26e36058a3f105fd983b6440e4526229e2d16751ccb1062ba8aafb5523
Version 20000000
Previous Block 000000000000000000001260ba24b1c90e21ac7ae42fa5287b1c1450592fa5bb
Merkle Root a3a9b993f82bf1ec9c3a6628b153098ca6854c078499ac56f813cbe90e73044e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,366
Size: 1.00 vMB
Total Fees: 0.00417361 BTC
Feerates: 21.20 > 0.42 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,914 (453,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,001 461,001 000000000000000000f7184f994a5749cb43b04f82635fbfa36c5ada456f98fb 2,388 1.00/1.00 vMB 161
461,000 461,000 0000000000000000012c3c6ad40dab385f02ce1635a869e9f6da01c27cb7ad43 2,661 1.00/1.00 vMB 188
460,999 460,999 000000000000000001f1448a019d84a0700d5f3491920e0819ffd60a1d3c5866 2,265 1.00/1.00 vMB 181
460,998 460,998 00000000000000000041c0e93a7edb3841bf9cc5c397a722ba90eee7fc86d1cc 1,044 1.00/1.00 vMB 63
460,997 460,997 0000000000000000011ad2f302d668ababbc776dc07a398caa0c146fc1947a83 2,075 1.00/1.00 vMB 117
460,996 460,996 0000000000000000013d66f4da170a1c26dfeb2b7bae941ba840b9dc0fbfcb0a 1,903 0.75/1.00 vMB 207
460,995 460,995 000000000000000000a81e737cabbc090ca01f697dc83f691c6e83db6719d9fe 2,223 1.00/1.00 vMB 183
460,994 460,994 000000000000000000c5f810ed0b2e7f1fb3eb5a173c5f8fae9689d5ab830dd6 2,247 1.00/1.00 vMB 180
460,993 460,993 00000000000000000054fc8efaf0fcc3d1155481fe701dda3c3f7897bc6ad38d 2,042 1.00/1.00 vMB 128
460,992 460,992 000000000000000000c3b6fe1e25417fc66b9d8387eb07b2343f6d9d6c4eb5e7 2,472 1.00/1.00 vMB 141
460,991 460,991 0000000000000000000956cb52b02b754e69532fe6a3cff033fa914424dd60c5 2,778 1.00/1.00 vMB 160
460,990 460,990 000000000000000001cd393ce47f9680048ae0f26ab0254de818d537ca3de19a 1,872 1.00/1.00 vMB 160
460,989 460,989 0000000000000000014598eb927b0e0406a38039efa40d524672f433a8f92643 2,648 1.00/1.00 vMB 188
460,988 460,988 000000000000000001443d78f9f4594a979389ec4c543bf5a665afe852f8a698 1,622 1.00/1.00 vMB 139
460,987 460,987 00000000000000000015e9e424290e35f944a681d42882865a57b104a8531316 1,397 1.00/1.00 vMB 102
460,986 460,986 00000000000000000211c6f8ea92e7ab05c6fb0a267dcdd8cf665656c85e5253 1,395 1.00/1.00 vMB 105
460,985 460,985 000000000000000000fccae0b7d75e701325eba9eb2d857f43c02554b678f511 1,859 1.00/1.00 vMB 149
460,984 460,984 00000000000000000207c86d457724dee013b394b75fc4934e82c31913e624d5 2,165 1.00/1.00 vMB 154
460,983 460,983 000000000000000000afcc3d25a21c696e3ae1a2402ca66e8e2a2907520aab9c 676 1.00/1.00 vMB 75
460,982 460,982 000000000000000000ee3170aa8aaf9a60378550f882802724e7fa21479102bb 659 1.00/1.00 vMB 63
460,981 460,981 000000000000000000821ce662a116e3105b5f7f5b05c4fd80532edfc48193f6 896 1.00/1.00 vMB 65
Previous 10 blocks ↓
Total Size: 782.24 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: 655.06 GB
    • Received: 14.25 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.