Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,577 transactions (4.59 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,277 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,159 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,276 (865,050 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
44,226 44,226 0000000034887be98ac241547e3a7652a636ca3692d124abe305fb30084a8727 0.00 MB 1 0
44,225 44,225 000000001dd726aae2692da7690c568c348ca122ca6d633da9545be570d6ddae 0.00 MB 1 0
44,224 44,224 000000000a4e7614f8acc5d94c1336b48496757c41e523e79963f1ce917965a0 0.00 MB 1 0
44,223 44,223 0000000036f4a0721688a3e8acd9f32611620616614eec3dfa27cee56bf7846d 0.00 MB 1 0
44,222 44,222 0000000016be94df5d34d3d3e3640ff411e110739509126d366c342c3a730fe8 0.00 MB 1 0
44,221 44,221 000000001d4c9654fdc05181dfba40d45908d3cc7291c673141ca89b6842f0a1 0.00 MB 1 0
44,220 44,220 00000000319f7416a7eb031cb742fe64424959c5bb798c98ce1a0ca4c74dcc72 0.00 MB 1 0
44,219 44,219 000000001d1cbdfbb755cd5d941a27c5b54558af1118f63d56fa3a2abd67f4fb 0.00 MB 1 0
44,218 44,218 000000001c50905ac97a37d316127b911797697e1ceb71fdf6e4436ccd8e1fad 0.00 MB 1 0
44,217 44,217 0000000010445e9a388c2af49e079e4b17f49aae4917735c130b95e9ebae7010 0.00 MB 1 0
44,216 44,216 000000002015ed6a522428d5fd0aced4390828deb8cdd27a6c3bde17f5ffd870 0.00 MB 1 0
44,215 44,215 0000000029be283422b27d2ce2601d21c109b2f327e13a0dbdb16c1e86abebe7 0.00 MB 1 0
44,214 44,214 0000000006d28aa3119fe29a11efffe89236df7f56fd74c717353daef67050f1 0.00 MB 1 0
44,213 44,213 0000000024c8275e711683517bb6eaf4409ae3d95517ede2a3c3e01cf89af5af 0.00 MB 1 0
44,212 44,212 000000000a3e68e68721560385999635598ec854ba20ff0fca2073393589fdb4 0.00 MB 1 0
44,211 44,211 0000000019496c6835496b7197b2ba5cd7def2661e9a0bc55509f4930c106f6c 0.00 MB 1 0
44,210 44,210 000000000be1e30ce6e6108b67e603df253b3965c45bb2c5201c4639f743d731 0.00 MB 1 0
44,209 44,209 000000000b595039283c4bd790c7a7ae8741def08c73eb66cf944c82ce8373a3 0.00 MB 1 0
44,208 44,208 00000000374c94f84c2b10e165339363825622164453d83a76159f28d857cdfa 0.00 MB 1 0
44,207 44,207 000000002d65d6390001dab924c4f0d001c142965c0e609246016f323864a605 0.00 MB 1 0
44,206 44,206 000000000e3e3f07f0473f92886bab1d0e1b9c9178e94a8f1cc2ee2da6b4c374 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.05 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,046.33 GB sent, 108.31 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.