Loading Tool

Explorer IconExplorer

Memory Pool

83,884 transactions
31.91 vMB
0.08615062 BTC
Random Selection Loading Transactions
Max Size: 194.06/200 MB

Candidate Block

Mining Attempt 6febde87d29866d918d2328f2976b1486898047ad318dd6b6716366d7f9b1c47
Version 20000000
Previous Block 00000000000000000000682e38af279af4c954a439e90eb631728e9fdcb16ff7
Merkle Root 90c4d34069772e78c4a63d05fbd16d411cc69acc80fffced2b72e8bf07ee6598
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,297
Size: 1.00 vMB
Total Fees: 0.01657095 BTC
Feerates: 40.21 > 1.66 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,210 (276,923 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,287 638,287 00000000000000000001620f798e6ff030249f0fe45a5d5cfc6b6b2afdd19892 2,673 1.00/1.00 vMB 31
638,286 638,286 000000000000000000070f9fd6e89d0731d9f117d16568cb752874d949d611e3 2,281 1.00/1.00 vMB 31
638,285 638,285 00000000000000000010d4c7ab2e6635d6036097eba29eb8db954ff8068113a0 2,965 1.00/1.00 vMB 54
638,284 638,284 00000000000000000008b784dd1d3d5ae54bd78d857377e52ea19745afa32fba 2,583 1.00/1.00 vMB 25
638,283 638,283 000000000000000000117a6fac3e23ee0690362fa5ebc51b3567e1ca68fdcef8 2,633 1.00/1.00 vMB 32
638,282 638,282 0000000000000000000a515195ac5ddf4c6bd03207ce517501384d4d10cdb566 3,303 1.00/1.00 vMB 53
638,281 638,281 0000000000000000000e57bea8c6d520daaee32c67faedaebea2fd4321c2241d 2,743 1.00/1.00 vMB 26
638,280 638,280 00000000000000000003452dd3bd6180b7e40a785ac53fc0923a87658ebe6bdb 2,076 1.00/1.00 vMB 11
638,279 638,279 00000000000000000001eff8967fcf5245c75d4b088fa858c137717ebd76b666 2,310 1.00/1.00 vMB 15
638,278 638,278 0000000000000000000dcabbd909dc203f68fe072e139bf7e5c00d0003748305 1,805 1.00/1.00 vMB 19
638,277 638,277 0000000000000000000c19190b4bc4ba67a28f4ac5179edf31b75a5745cb66d1 2,832 1.00/1.00 vMB 45
638,276 638,276 0000000000000000000e565bb184a004177e401227301bfe6fb706fd70ff7e16 2,560 1.00/1.00 vMB 8
638,275 638,275 000000000000000000048e7b6173350478398ded6d113a6b1a388fda44e98fd9 2,471 1.00/1.00 vMB 4
638,274 638,274 0000000000000000000679b2571e3937b1c0fc3f9089a914d8bfd9b3068097c2 2,454 1.00/1.00 vMB 14
638,273 638,273 0000000000000000000572be79f2fce23d39464c6fc5ff2a1e01d21d68f1df04 2,792 1.00/1.00 vMB 36
638,272 638,272 0000000000000000001004511982d796e2578e16a39259109dc4adf3fc12fa4a 2,794 1.00/1.00 vMB 29
638,271 638,271 000000000000000000066184d963e8a63deed0fa6b3ddfdf60d846ae8230b300 2,689 1.00/1.00 vMB 15
638,270 638,270 00000000000000000006c9a6f2f27f70737e43fb5b616c9814677d75e979a1e8 2,698 1.00/1.00 vMB 19
638,269 638,269 00000000000000000001c240ed1b2fe963763af9b0bcdea1b9d5601066264f00 2,650 1.00/1.00 vMB 14
638,268 638,268 0000000000000000000cabd3c7948207b08ff68ec9d4dba5842ebc26d4ee5074 2,704 1.00/1.00 vMB 26
638,267 638,267 00000000000000000002da7ed2be6d8970a87041276e7e6a1d2c0b0af3aa975f 2,598 1.00/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.75 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: 708.87 GB
    • Received: 16.78 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.