Loading Tool

Explorer IconExplorer

Memory Pool

85,748 transactions
32.85 vMB
0.13142607 BTC
Random Selection Loading Transactions
Max Size: 195.45/200 MB

Candidate Block

Mining Attempt 8f83b7f81375b67e66d2e41f2f1b33b6585711240380ad36a73738f71d54fceb
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 27c46b401d258f4f8c819449eda5023cf06a60a52a305c65e8d0fb269f6a62b6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,643
Size: 1.00 vMB
Total Fees: 0.06082649 BTC
Feerates: 387.56 > 6.09 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (417,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
497,891 497,891 000000000000000000bec369950aab2fa72f8308b1c76d08535667b8c716fb70 3,450 1.00/1.00 vMB 76
497,890 497,890 00000000000000000062831f88a93e73e3a88854d56694a5b2f7978d0ba965ab 2,563 1.00/1.00 vMB 37
497,889 497,889 00000000000000000004969e8d97f4ba3a901c3a6bab0b9061fa7187f0ece675 2,536 1.00/1.00 vMB 77
497,888 497,888 0000000000000000002dbfdd55b8a433ea8c36d2079175fd09efd9c779ecad07 2,384 1.00/1.00 vMB 118
497,887 497,887 0000000000000000008ab5a87567baeaee5303beeaa5a3566481eeebdffbe6fd 2,815 1.00/1.00 vMB 77
497,886 497,886 00000000000000000016c07082e9d8d5f93a1311f1e511f4d334a363d4fb72d5 2,380 1.00/1.00 vMB 162
497,885 497,885 000000000000000000b98acdc86a42b71d5c4bcc03f389f620516255d3e889ba 2,672 1.00/1.00 vMB 136
497,884 497,884 00000000000000000072d97975a1dbb2816976ca98db0623e56bb740cf508b9f 2,232 1.00/1.00 vMB 132
497,883 497,883 00000000000000000017ae111219789642ecb36254311eb75a3cc1f7405a34fc 2,023 1.00/1.00 vMB 178
497,882 497,882 00000000000000000061b3ccc7ca714d1a816adeccf81af64d13a276b953cfbf 2,354 1.00/1.00 vMB 132
497,881 497,881 00000000000000000053c0e30a90d57d6309071a5076ee5391388411ecb67121 2,166 1.00/1.00 vMB 122
497,880 497,880 00000000000000000049f324a92223d2e9ffeec91fe178432d10db71db76d05e 2,577 1.00/1.00 vMB 101
497,879 497,879 0000000000000000006da43ab72269c5fb68524ba8e447977a913c533946322a 2,650 1.00/1.00 vMB 64
497,878 497,878 00000000000000000062dc3623adc63feff381c7fc66e34b9a7b572b7c3c1283 2,617 1.00/1.00 vMB 108
497,877 497,877 000000000000000000305bbaaaafd2d4d1d23f71d8e1d0ca82b73e201e17e953 2,432 1.00/1.00 vMB 150
497,876 497,876 0000000000000000006d252e0a934a7c52562e45caabced9cfa2aae6951a5ffe 2,112 1.00/1.00 vMB 117
497,875 497,875 000000000000000000b8da947411833ac0a392709fab433d46c212369bbf0492 2,240 1.00/1.00 vMB 168
497,874 497,874 00000000000000000057e2e22fad5cb41668b15eb69a57197e7e18596ce6b4ab 2,425 1.00/1.00 vMB 170
497,873 497,873 000000000000000000b598bba09c6fbdba9689078e259a4962df195101b93e93 2,488 1.00/1.00 vMB 83
497,872 497,872 000000000000000000a78576a0d5233bab0259ed2eb470314294edf303623c9b 1,334 1.00/1.00 vMB 45
497,871 497,871 0000000000000000000f3cc75fc51485b1c573680582e5129dce79da8b6eb638 2,437 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 782.31 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: 659.27 GB
    • Received: 14.60 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.