Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,456 transactions (3.01 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,637 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,815 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,636 (871,547 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,089 39,089 0000000060ec9d0bc91b22aa664a5112c31c977db35ff9921e7fd9ca947175e0 0.00 MB 1 0
39,088 39,088 0000000015c94b977132fc9a6d0b638145ac4bc3280a7a4b85465a71d8edd68f 0.00 MB 2 0
39,087 39,087 0000000075195f384e6af026f1a09e657acc6d5a55ce9d2ef294ea8d3d9e70f7 0.00 MB 1 0
39,086 39,086 00000000787b6482c8818224eada32b99ffb4a8149b9b0d6aec3200f34220633 0.00 MB 1 0
39,085 39,085 0000000089a77a9806448d88b8d62945881f7cc0628a0ed126c1725e20da59a1 0.00 MB 1 0
39,084 39,084 0000000005aafdec0978d943e21c92f37ec7fcfd51c67a75a0cde83d29b0ab17 0.00 MB 1 0
39,083 39,083 00000000505d0424895c44fe65c8deb1b5e9928cb75110eb12a0ac7709d6ba1c 0.01 MB 2 0
39,082 39,082 00000000415152019dd98bbebde407bd955aabe0fa71fa60e1592e3b76d75252 0.00 MB 1 0
39,081 39,081 000000000de7a0a511b2e279bd36c0a5e3c6c9459660505d2fd43c3a0948546b 0.00 MB 1 0
39,080 39,080 0000000022c838f6f5bf0ce57717df0f7131d02bcbd9f14ee0be521205c6b974 0.00 MB 1 0
39,079 39,079 00000000552b5184014d3b145b3fdde852ac2d36a94f8247b34034181e6efc7f 0.00 MB 1 0
39,078 39,078 00000000695d54f4a674b032794bfff314d4fb9167f5053be9defb68bb80cbeb 0.00 MB 1 0
39,077 39,077 000000007d3ffc784d2220ccdf439402bee5891031877980d5830fabed0e29a8 0.00 MB 1 0
39,076 39,076 00000000209660305ec164b6faf42dd0b44d3185d2d4bfb2c5f05f074c21c258 0.00 MB 1 0
39,075 39,075 00000000474b12b3f68cc363e635f7fbf0b96178bc60da7099c648d1cac9aaf8 0.00 MB 1 0
39,074 39,074 0000000012b02a635cbe624a392d66e11b82bb4d2653c7d0dbe1badc091657ce 0.00 MB 1 0
39,073 39,073 0000000057cbe656b82402f563a9941cd8bfaa77e3e0dc7683538d5602b425e8 0.00 MB 1 0
39,072 39,072 0000000028952f24f0022bf5e0448e4b9f22627de4489f08fed1ef43566fabc9 0.00 MB 1 0
39,071 39,071 000000004f7164ac7eab81e39f65f78a0749e544ef1b9436d114f3a337500cab 0.00 MB 1 0
39,070 39,070 0000000067634b320053d8f7dbd3215e7ea219d044acaa01dd7f820284354353 0.00 MB 1 0
39,069 39,069 000000003311f2e68aba0e6a317612758499ef49d1aa6526faaa3f211c4aa6e3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.56 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,275.61 GB sent, 121.37 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.