Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

7,837 transactions (2.85 vMB)

Priority:

  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 4 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,635 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,371 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,634 (837,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,968 72,968 00000000003c18b7870378da03691f0ee79dbbd47ca2fb6fdb7319417833ac8e 0.00 MB 1 0
72,967 72,967 000000000050ffd462223cfa40d2fab89f01c0b3dc3c31ff6b3d5ac9c5089bbc 0.00 MB 1 0
72,966 72,966 00000000001862f189fa29961dbfdf77b9392e8f58b8ea69e58435a96b056f7c 0.00 MB 1 0
72,965 72,965 0000000000676258ee8c9ccc77a8d134c99dc90bc9dc9a3fe75a959e9a1aa741 0.00 MB 1 0
72,964 72,964 00000000001d12e00c7ebc8a68de2ec6a5fad17ec6030a2bd3eb67636c2adc12 0.00 MB 1 0
72,963 72,963 00000000002c1f284422a511fb576dc03c2533c8303e1badaa2949683323f25f 0.00 MB 1 0
72,962 72,962 0000000000b7b06890f877f0986f5e317280b1cd4fc369bf997c87e6f49c1574 0.00 MB 1 0
72,961 72,961 00000000005fcea264c6fc6be1a6a2b0f87f1edd192d7ef85a7aef3b8f7e2d56 0.00 MB 1 0
72,960 72,960 0000000000321901b7676fa1dd43f3e3e197a2029192b8cf5359e69b3066ca27 0.00 MB 1 0
72,959 72,959 00000000001a9c404f58bf165fd6f43d1277a1bdc87cd7918c814dc9f573f70f 0.00 MB 3 0
72,958 72,958 000000000087e9f01a9bf8112d22c4ab5cbbc9ead6e785a8f24ff249f243df3a 0.00 MB 1 0
72,957 72,957 0000000000694b48ae8cd72e76442c32417524a675625bf73acc7f85a9449eaf 0.00 MB 1 0
72,956 72,956 000000000087ef17fa44a05ab008fa3189f6a16fd98a377e1e63118dd128fba3 0.00 MB 1 0
72,955 72,955 0000000000302857cc9fd594c691606c208c578dd1c1e75831a186834267b0ed 0.00 MB 2 0
72,954 72,954 00000000004a5a151eb29d82628a6ec1fcba3b8277feff4f0d5b6c02ff429476 0.00 MB 1 0
72,953 72,953 00000000003ccdfc360d53c99ce46daf1c50faa2ffa0cbcabebc6887f0db88da 0.00 MB 1 0
72,952 72,952 00000000000b8ef7f07827829b480c068f024fccf785ec093e301676b2e9df9d 0.00 MB 1 0
72,951 72,951 0000000000451bf488b5092cb91a08f565f985f98241bb3d46279ba69c404525 0.00 MB 1 0
72,950 72,950 00000000009c86e53d81e9a5c4404f904cec61b3f6f516f893c01e580ad7e2bd 0.00 MB 3 0
72,949 72,949 00000000008182dec1c40aa543f58ad563f58d8536136e807f88be5c58ba94fc 0.00 MB 1 0
72,948 72,948 000000000035534a4597cde296238ceafcb5b53b9fb29a80a18e43ec55d8cee2 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.55 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,271.65 GB sent, 121.35 GB received

Notes

  • This page updates every 5 seconds.
  • 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.