Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,982 transactions (1.88 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,899 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,936 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,898 (881,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,755 28,755 0000000067b7bf069e5894c97a3ca6529d513dee6c7b16d41e5e8b0252266404 0.00 MB 1 0
28,754 28,754 000000006550f4acc4ea6d0cd647c7ff90aabe5755d58086a6e7c97aada17d70 0.00 MB 1 0
28,753 28,753 000000003724ba75d2812cefb849103e33f5749c42ab28d0f761b2741a4ecb4b 0.00 MB 1 0
28,752 28,752 00000000486e1e70e3df3b71e795f047808c01fe1439b4b1e70e8e915e61fe17 0.00 MB 1 0
28,751 28,751 000000001c819dfba45742b3a362e7a03fcc19389833e2f81e15d2963d9cffea 0.00 MB 1 0
28,750 28,750 00000000057dc8a60755267107888c6702d9ecb1cdc7b8b9891fb6e73a7a8265 0.00 MB 1 0
28,749 28,749 00000000e9b469706993b96bc05069f03b5d590e70ce5ff1188b94fea3d9e6a8 0.00 MB 1 0
28,748 28,748 00000000b5e0dc8dab5f6a082b64366b6e82f9372a7d2f0eb090c1d3fd682db9 0.00 MB 1 0
28,747 28,747 000000004d8a93219ac7ac956c2785c59b7bda936b154fec0e490efa770ad907 0.00 MB 1 0
28,746 28,746 0000000006316473bd921641b966f7f732b17b6729691a5994fdec9195215ed6 0.00 MB 1 0
28,745 28,745 000000008ba5107965c042b50338937f4845359e7228aecbb31fbda8c8d07427 0.00 MB 1 0
28,744 28,744 00000000d2416cf5e15c172e6296025e458779de6846e5edabc37828e516db29 0.00 MB 1 0
28,743 28,743 00000000a4cd70b1aed7638f8a1c1cc4cf7687d9205c5be82cf12b5fa96109af 0.00 MB 1 0
28,742 28,742 000000007af40ab6afe6d09436815a275db06dfe3c26e4d297fda0d9f24f8790 0.00 MB 1 0
28,741 28,741 00000000cf02ee68fe5e52bf6579d35e25b89b715544e01ebb2af52f6e573a37 0.00 MB 1 0
28,740 28,740 0000000087ea9717b04ca0f9b6104cbe3b253914add3b0cb8f10422daaa21c32 0.00 MB 1 0
28,739 28,739 00000000cf149932ad593458e35f4be0c82b05cd9c1d98b03b7aaf1c206494fa 0.00 MB 1 0
28,738 28,738 00000000805e4932fe0b98211e894462049ae175afbd6f5db839acb4d6a71d2e 0.00 MB 1 0
28,737 28,737 00000000b6daea8be029e5236568e4c9d94fb4f0dc4f4a44b90fa99444d902f6 0.00 MB 1 0
28,736 28,736 000000002bfeb56a4c290f2eecc6802c136232539e3237944b78c69c8490b9a5 0.00 MB 1 0
28,735 28,735 0000000031a3445a726719c15286f647559c682d5a899eb36e1b82ab3f095835 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.21 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,171.72 GB sent, 114.44 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.