Explorer IconExplorer

Memory Pool Memory Pool Refreshing

842 transactions (0.29 vMB)

Priority:

  • 1 sats/vbyte = (11 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,344 000000000000000000022cb30000000000000000000000000000000000000000 0.29 vMB 841 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,343 (872,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,064 37,064 0000000073a7854a29d2b7f3d4de91c1c92a90a40f9c73260d4ef993452d3d5f 0.00 MB 1 0
37,063 37,063 0000000040fdedfcd2173a170de335ca2528c1741b9d64001635e50d3502fb95 0.00 MB 1 0
37,062 37,062 00000000aebb411b525299c7bbcd0e2eeaba9d23631b90470e81be0f3e365608 0.00 MB 1 0
37,061 37,061 00000000bcc3c5839c52a3581bcb8682880a5b362575f861628dd6955a63f961 0.00 MB 1 0
37,060 37,060 000000003d4c614fc9fd7c387163cf75984bc0d67d0ca5d3af7a2e8faa7c1b7a 0.00 MB 1 0
37,059 37,059 00000000b430ac194eb94bf26c0b81b088a564e6181c1c4e66013ae6e6b436da 0.00 MB 1 0
37,058 37,058 000000004785367046e867a519148417683fe3e4c61431e7e92a56de905d5cdd 0.00 MB 1 0
37,057 37,057 0000000085176864b196849b449b620fda101d2ac952193ed1951010e7d0007f 0.00 MB 1 0
37,056 37,056 00000000318c12fd64edf883046febe8b1cf26b42beef0287ee74d3df99a33d4 0.00 MB 1 0
37,055 37,055 000000003ab30f3f13f57a006f32abae889c9bb7e68c759be52db7fd656c7c76 0.00 MB 1 0
37,054 37,054 0000000089b41d9bec30670f24d2f3ab8e55ce2cd2300676e4f0a54630472525 0.00 MB 1 0
37,053 37,053 00000000aff3ec7fac2c3870727542c70766c91c4afe8ed06727dc029eca47f1 0.00 MB 1 0
37,052 37,052 00000000abf18531ddbb3d3d9d8feda1decf4495b0de2189615ad68233de5dd8 0.00 MB 1 0
37,051 37,051 00000000481d51695895af1031cd0c970e1807febd64c275598312dd0a318105 0.00 MB 1 0
37,050 37,050 000000006f37c86e28965c7781f5bb2357fd8856e285f549b5ab813b21ce2ddb 0.00 MB 1 0
37,049 37,049 00000000089e54cb90f0e744beac1516e3e7380f453278c484184e161d172463 0.00 MB 1 0
37,048 37,048 000000006bfa06ba8f896919e62e35000db1841f164f920ad3742927bbea029e 0.00 MB 1 0
37,047 37,047 000000006855fc24c109d79dd1ae9f92724075f924f73d26bae06d8db045e580 0.00 MB 1 0
37,046 37,046 000000007ba46e1a647875732ae58e73fe32a2064f80a8beb2f3677d0b863c31 0.00 MB 1 0
37,045 37,045 000000004aa6378617775dc9efe402b6c75a4ef90bc24cc1dcf333ae5eed4261 0.00 MB 1 0
37,044 37,044 000000006c232482d33f3d9c1be7b32471ef76b36181dd3afdead37ea2cfbcae 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.18 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,066.97 GB sent, 109.03 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.