Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,664 transactions (0.98 vMB)

Priority:

  • 1 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,377 000000000000000000022b910000000000000000000000000000000000000000 ago 0.98 vMB 3,645 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,376 (427,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,510 483,510 0000000000000000000c353bb9b88fac63d1bbe0332eb9387e0aecd3bf1687c7 1.00 MB 2,754 328
483,509 483,509 00000000000000000048173d701548a636216e7852a9511091d59aaf0e0ba8f1 1.00 MB 2,442 346
483,508 483,508 0000000000000000005b82127bc71ce48cfce19cd4e69aad3cde139b8fc7b16a 1.00 MB 2,217 383
483,507 483,507 0000000000000000010929c19a4ca5fc2bfc320ca1ef41294a314c3ba403bf11 1.00 MB 2,526 352
483,506 483,506 0000000000000000003dbec241306d93c0eb52c61518c4a7e47593df2d73448b 1.01 MB 2,693 420
483,505 483,505 000000000000000000bc19a8982eb54b9c064e9479f2a3ae2c296643398aa43e 1.01 MB 1,737 196
483,504 483,504 000000000000000000ee7466a2a38986749bc6ca9ab54a807ba3cfbb0dfa3126 1.00 MB 1,884 338
483,503 483,503 000000000000000000cb1ad79ec5c80222a155de73cc9590024a2e4338ab9c9e 1.01 MB 2,098 165
483,502 483,502 0000000000000000003bc16f9636c98014609874b4e8222e18d05426bda99fbe 1.00 MB 2,396 179
483,501 483,501 0000000000000000013c4e8215a3f2fa28c5a9b34df97042666ec951217dc37e 1.01 MB 2,384 369
483,500 483,500 0000000000000000009bae49645bac531e208e5df37d48f3320657a02b30a48d 1.00 MB 2,454 289
483,499 483,499 000000000000000000aafb667afe2ef4a09eeda5db57f9abd7f210ce97962291 1.01 MB 2,949 397
483,498 483,498 000000000000000000bf21fdb35b1af78d131f9bb41384bff0fc85c021c4b0a9 1.00 MB 1,855 430
483,497 483,497 000000000000000000a500fe310cf7e8aa055096c94610a83dec749a2fb82709 1.00 MB 1,246 149
483,496 483,496 0000000000000000008879d2c13e70eeb2c66cbe5b68bbb49126345e791b57e2 1.00 MB 1,882 83
483,495 483,495 0000000000000000009e83eafd75d49edcbe9a8c029b5e21e94a66b6410abb42 1.00 MB 1,994 203
483,494 483,494 0000000000000000007c032a72d663fc0a254f999ae97ce5ee4419fd2961bd6e 1.00 MB 2,262 396
483,493 483,493 00000000000000000077d9c18fdbd5cf45b2652fe6db9089558eb8fc9fc3b397 1.01 MB 1,983 190
483,492 483,492 0000000000000000009bf0c8d156e023fc0e0fe88451798272a311f4a04d59c6 1.00 MB 2,251 360
483,491 483,491 00000000000000000135053ac9d7d529d166cc572a304f1caa2f9a28d8909ffc 1.00 MB 1,810 20
483,490 483,490 0000000000000000009ef0e42a3c0b3bdb2f7d3d91ac375f981ccf18c3fecd20 1.00 MB 2,031 136
Previous 10 blocks ↓
Total Size: 775.94 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,402.38 GB sent, 128.52 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.