Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,245 transactions (0.58 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,843 000000000000000000022b910000000000000000000000000000000000000000 ago 0.58 vMB 2,234 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,842 (34,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
877,040 877,040 000000000000000000021b65724a1f6f3aece1c801d1b97daa0705424562d0da 1.44 MB 2,240 4
877,039 877,039 000000000000000000008338e6570ecc370447bd9a5e0e2fb5611d3a3e086a04 1.55 MB 2,590 4
877,038 877,038 0000000000000000000184e4a39b33071d2c29588694fdc93036bceaec80b6f7 1.64 MB 3,035 4
877,037 877,037 000000000000000000013d423a9acea28570b4052ce9ad5b896c8ff462380867 1.59 MB 3,490 4
877,036 877,036 000000000000000000015a6b1e4e7a49c64ea7d20222d7b3d47ab897dba62d62 1.72 MB 3,087 6
877,035 877,035 00000000000000000000be8fa3c86f6eadfb72f43bd94c1d601664f98dab9e53 1.78 MB 1,237 2
877,034 877,034 0000000000000000000285763f4ae1802a3e2d3693c6086e621d121b3c393022 1.60 MB 3,862 6
877,033 877,033 000000000000000000018887c68dc15ed0ea3c8d41555ea62305f497836b2346 2.11 MB 1,799 3
877,032 877,032 0000000000000000000164b31fe613111e11f3f4eaaf3fef50619f25b3a92954 1.71 MB 1,861 3
877,031 877,031 00000000000000000000517fa92e5434a0975b2e1c538d92d1ef8d97f9ee1678 1.54 MB 3,291 5
877,030 877,030 00000000000000000000e13838564a9cb4650beb7e128dd5c76c76823e906614 1.52 MB 2,468 9
877,029 877,029 000000000000000000012861e50271faf28309ce6e4f40695d1c5ed328d20f83 1.65 MB 2,116 3
877,028 877,028 00000000000000000001eacebbf49306f045c3103b1e53fcb1c5a7b095c8ce6c 1.68 MB 3,516 6
877,027 877,027 0000000000000000000062d87f6b514c8ff7bef506c1d28d8800d911b9aee802 1.75 MB 2,722 3
877,026 877,026 00000000000000000000c19b357adc5aa3fa13fd57a2127b1b7791b88c073c8b 1.53 MB 2,970 8
877,025 877,025 00000000000000000001c3d93750f666f5acf904b0d71a32f0a0bb41eca7d798 1.21 MB 1,767 12
877,024 877,024 0000000000000000000241898016f1c75626dcd23c9919bbd0817876f894bba9 1.57 MB 3,463 7
877,023 877,023 00000000000000000001e6336e0b6d378e1aefd4e0b1888cea0807a6f7ce8e4e 1.87 MB 1,540 3
877,022 877,022 00000000000000000000ab825d694771af72a63d52ee89841066778dd87cf887 1.62 MB 3,153 7
877,021 877,021 000000000000000000009390074d316c434294aa782c53fbc646baa1981b9abf 1.84 MB 1,526 7
877,020 877,020 000000000000000000012d31b32a27af7c5d2cfeaf0933409f01004474f79a31 1.23 MB 965 18
Previous 10 blocks ↓
Total Size: 776.80 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,468.78 GB sent, 132.54 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.