Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,784 transactions (0.71 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
909,388 000000000000000000022cb30000000000000000000000000000000000000000 0.71 vMB 1,776 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,387 (865,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
44,205 44,205 000000003ae0df2c5a3ce91ade1377725a90e8e52a57061bdec7ebdb5bfad137 0.00 MB 1 0
44,204 44,204 0000000007b96ccd2b1558cbf3f270bb5bb1e8b85166c5c9a931fcdbb2948fea 0.00 MB 1 0
44,203 44,203 000000003a5592f48655b47294e07dcf0ecadf2dbc006eeb624707edf851db25 0.00 MB 1 0
44,202 44,202 000000001b7dac01bb42283605f6d4ebadecb3153bfabb36cf192d10315bdc04 0.00 MB 1 0
44,201 44,201 000000000db800f3465e80b64e81bcfdfa2e31a82ee27708923389b337a5299a 0.00 MB 1 0
44,200 44,200 0000000022e1cfdd86e4fe72f7e29ea95ecb93aa7747ae0e239900db1fac7ad7 0.00 MB 1 0
44,199 44,199 0000000035289a4c41bf24b1ef6fd4a1597bf3cedb1e41b15d335f3b5788bd7a 0.00 MB 1 0
44,198 44,198 0000000023229cf25a231df6d298da49ecf879c95b7e940bc7e50b0c1ce7e9ac 0.00 MB 1 0
44,197 44,197 0000000024ba7d4668a96584e989f5cfc0a5852a9b1d3d3f5132f13ca3f130d3 0.00 MB 1 0
44,196 44,196 000000001ba32983fa90b0247f1fb058ad732d5d01a1b9fda3c1bf3031435625 0.00 MB 1 0
44,195 44,195 00000000051f2f8d4f0746b26698e7801e889affaca8c77d10e267e03022bb2b 0.00 MB 1 0
44,194 44,194 000000003cb9c7077e2c835c33dad0a161e7bf37dd2dc6c8e3ddda9aaf2d6aa9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.26 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,069.50 GB sent, 109.43 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.