Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,848 transactions (0.91 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,799 000000000000000000022b910000000000000000000000000000000000000000 0.87 vMB 1,833 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,798 (43,724 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
868,074 868,074 00000000000000000000983e419ccd1c125620e8bcd3d984caede0ba299d2f76 1.77 MB 383 3
868,073 868,073 00000000000000000001f1981626666f0d93e6905fe71f4a8e390690daa4db19 1.81 MB 1,014 4
868,072 868,072 00000000000000000002e60dcc0b60b275466889202b998ec5a251011fc2e887 1.89 MB 3,686 3
868,071 868,071 0000000000000000000181a7d06cc3080d070cb9242e5b86b399af3a5b9a0d79 1.68 MB 3,213 7
868,070 868,070 00000000000000000001535a48da12f12079f736c6be11481f55c08a2007c259 1.63 MB 3,819 7
868,069 868,069 00000000000000000001ac921bc9e27bbe6fc147f10f8f69fdde7610a5257d9b 1.58 MB 4,477 9
868,068 868,068 00000000000000000001678d7aad056775652330e77b3870acb07d00b8498b60 1.66 MB 3,892 9
868,067 868,067 00000000000000000002237b407265052faa60ae611f258ab01349b38bfb17ca 1.51 MB 5,236 2
868,066 868,066 0000000000000000000103a5f78ed75c156542fe10d9e143c628ee767f4224bf 1.64 MB 3,687 6
868,065 868,065 00000000000000000000308ffa5e5ec028695cf3b1d329666d7202f52023c7fd 1.84 MB 3,032 3
868,064 868,064 000000000000000000024c18397344777510162ab1c918c4d8478601d7308218 2.24 MB 3,001 3
868,063 868,063 000000000000000000024bfbac77895942a6f12b300c2e1f93b24c99d2a53dc3 2.37 MB 4,538 2
868,062 868,062 00000000000000000001874d17c4279dc45d6597e2e985148c6b6f389cc37c43 2.49 MB 3,012 2
868,061 868,061 00000000000000000001929397060c5d3743fb16ac93fc002697f7e0a44aee82 1.63 MB 4,728 4
868,060 868,060 00000000000000000001018efb19b70071913b0339b40531a4ff2839c0534534 1.75 MB 6,597 2
868,059 868,059 000000000000000000019aefe50e681ae660417bf3882a5d4e13f1436fa520fd 1.75 MB 4,940 2
868,058 868,058 0000000000000000000138cc1b3c1574b4b7bd304f73511974758a8fe42f64b1 2.08 MB 4,835 2
868,057 868,057 00000000000000000002ecaf734eac01b004332f3bdb565e17b1518b46f84b5f 2.30 MB 3,465 2
868,056 868,056 00000000000000000000cdacfea69d92d330d86eef352d156dae642a52f3536c 1.63 MB 4,410 5
868,055 868,055 00000000000000000002a5f74aacfb90f4457f7f24a612c199c18bd3d877f5ae 1.79 MB 4,387 2
868,054 868,054 000000000000000000019082cdf15be6441b6590d4c36564d3ffc6bb08a36ff2 1.68 MB 7,245 2
Previous 10 blocks ↓
Total Size: 776.72 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,445.24 GB sent, 132.13 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.