Memory Pool Memory Pool Refreshing

2,822 transactions (1.15 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 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
908,768 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,465 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,767 (859,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,503 49,503 0000000004c07b62ca87f53ba2b0144dfaaf1b094c88e54767c6ba449f1f02ce 0.00 MB 1 0
49,502 49,502 00000000283f3f3d82a9f6901b6afc0f43eab765d5c6c1bcdddd868b4b947bc2 0.00 MB 1 0
49,501 49,501 0000000015db79a6fb7f5a3b07cc5370aafbcac8369734a28e7b0c3785413257 0.00 MB 1 0
49,500 49,500 00000000138d20e79a86839335a7d537bd344e731a7a01003304117b016e90d3 0.00 MB 1 0
49,499 49,499 0000000012adf6c1c0b8e1a8c5f72723cee859000871a0f421336cac446ac9a6 0.00 MB 1 0
49,498 49,498 00000000154bd519b7d1ff1b7377a4c79868678f4f663934c89aadfbe9519066 0.00 MB 1 0
49,497 49,497 00000000238af273f1a5fc1e394eff261288092eb8413ffba5a4ab9e9cecf44f 0.00 MB 1 0
49,496 49,496 000000000e8f9c1a05740de5d8ca63f14007c0667f066727fad7a579c3117b4d 0.00 MB 1 0
49,495 49,495 00000000280bfefa84477912646ea45d403f4b07bfafa8f4032433046af2cbb5 0.00 MB 1 0
49,494 49,494 000000002291c332dd39a4c5a1cb84e2334ef0eb55dadb83f509729542ed6efc 0.00 MB 1 0
49,493 49,493 000000001cdfae247d64d049022aabbe6c8836e5ee87dede9126b973b9d06dd3 0.00 MB 1 0
49,492 49,492 000000001ddc8597584599240d33f81e6327eedb67110f95a45acc8a370d735f 0.00 MB 1 0
49,491 49,491 0000000011af71b58c1095276a7f2ca5260f636f2cda5d557c6ea751f14132dd 0.00 MB 1 0
49,490 49,490 00000000043d645d5711b381024412c26ff7103979205aaaa16d965589717426 0.00 MB 1 0
49,489 49,489 0000000011fef02b4ae4604bbe403317bc87c21f553086a6c23eeac9b09a32c8 0.00 MB 1 0
49,488 49,488 0000000013f7d926bbf00eaeba81748fe1d76f9ad305eb0b1de048b135d2b5cd 0.00 MB 1 0
49,487 49,487 00000000086d9378c47dd15a8bb32d9164ee374df32ae77e0d85af564e299e9b 0.00 MB 1 0
49,486 49,486 0000000007da88cacdba5745fc38709325afc1f1c30acc749cca25042c3d8f83 0.00 MB 1 0
49,485 49,485 00000000101daf99fbc482a8fce5a46392db052d4e044dc94088841d6629950e 0.00 MB 1 0
49,484 49,484 00000000123e3ec558df67992f43b6249cfcac6734aa1fa24d90343f69afb5a5 0.00 MB 1 0
49,483 49,483 00000000140d1006c1f069e49b42dabaec57697d59ebbfc4b85d42a197398eb5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.13 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: 1,856.53 GB sent, 102.63 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.