Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,073 transactions (0.69 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 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,946 000000000000000000022b910000000000000000000000000000000000000000 0.68 vMB 2,069 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,945 (894,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
17,154 17,154 00000000b976e11011ddd9fce46eaf88abb12961595bd3e8440c3ae70238da21 0.00 MB 1 0
17,153 17,153 0000000024a58e2a4a25733823cc23b814ee2d417341010c5f6a3f17ff376f60 0.00 MB 1 0
17,152 17,152 00000000e8ffa16f1e69a43aa489133f0c0795aef859678ab89f32455c8e2af0 0.00 MB 1 0
17,151 17,151 000000003a638aac70ad660742a3b9e8055538365ad589abbf18bfe83050a862 0.00 MB 1 0
17,150 17,150 0000000060a3d36973e27ad297124de193ae58e4027a1d0e950fe8184af78d71 0.00 MB 1 0
17,149 17,149 00000000a2762e5666e33efdd40843502cf9912f64be4ff0fdeb9cb73eff40cb 0.00 MB 1 0
17,148 17,148 00000000b72ceaed015c62698031221165788ab29e7f60e213e8b2c2a6247bcc 0.00 MB 1 0
17,147 17,147 000000001a8b07325d8185c0eb2f8bcd532b738d5fdf54817beccfe61e9a2881 0.00 MB 1 0
17,146 17,146 0000000049adab783c078f2f2b3c686739c93e70dc7e49617828ccfb98b8eb44 0.00 MB 1 0
17,145 17,145 00000000b6ed5b56334efe358e5a0ccd0bb468309394fec2103db70ee5046e30 0.00 MB 1 0
17,144 17,144 0000000050d6497477e9ab52bc3988fd3ef923b371c233752e17e5e189d6bb99 0.00 MB 1 0
17,143 17,143 00000000bab18661ecfee30320b9534ea69ca0c60d3701700933680364fc6052 0.00 MB 1 0
17,142 17,142 00000000ab7e9a70545ed544fc244176fce4ca4150a6363559c9a349fc93b416 0.00 MB 1 0
17,141 17,141 000000005c219a03d1aefb78ddaf102d960b82824891f9cb963d78111db951e6 0.00 MB 1 0
17,140 17,140 00000000ac97771c67e88eb69d040cd79f181879a948f9a8266955fc5f6799fc 0.00 MB 1 0
17,139 17,139 000000004ece5469401940518fbba10351f5292717469709a4fa86d394d45f2d 0.00 MB 1 0
17,138 17,138 00000000f90af90287b1faf93425ab2766acab25a85a0d86e014750f24f3fca6 0.00 MB 1 0
17,137 17,137 00000000d729e9477d53e1ce3987ada727d6b1c52601bffbf795a7bf233b8fb2 0.00 MB 1 0
17,136 17,136 000000003e10025b19cd3a5ab3852017a228772bf5f5d115a4fefe835d496929 0.00 MB 1 0
17,135 17,135 000000001c6b0a5ab57fb5a6ab7d3685e475e6038f27284861fbe89ca705e46b 0.00 MB 1 0
17,134 17,134 00000000d91f4ea0cbff12b8648f5c713ea7c498af03067d19fd06c4ccaa7dc2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.99 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,494.10 GB sent, 133.40 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.