Memory Pool Memory Pool Refreshing

6,241 transactions
2.37 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,744 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,464 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,743 (848,135 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
60,608 60,608 000000000a16ca306fc227b875f1066af08e1ed23b28feb81afe4615acddcaa3 0.00 MB 1 0
60,607 60,607 0000000004dde25ab9e78fce19f8bc66697bcd66959020dcb567cfa18b0900d6 0.00 MB 2 0
60,606 60,606 000000000168e299bb32b8cd10e07469c7624acb81a917e3d2f79a2e2aeeb5c6 0.00 MB 1 0
60,605 60,605 00000000015c4749b030a39bdfe43853a8a6a4e956ee4ac04bd90e4ebd2e038c 0.00 MB 1 0
60,604 60,604 0000000004ff1138b42da60b265870411eb7657231399e35d4b54ffe7e154afc 0.00 MB 1 0
60,603 60,603 0000000002b67da485bdc7862e99bff83a249901cf274412f0081c559b8659d2 0.00 MB 1 0
60,602 60,602 000000000cf6f4bbab7df7b3e67278848491a869cc7fc004196d67cc5e2ae6c5 0.00 MB 1 0
60,601 60,601 0000000008108c291abfde63ffee6dafef95fa04451d5461da78f7e8ca8de653 0.00 MB 1 0
60,600 60,600 00000000037acbc20fd790ceb76f1edb45b238a897944912edb4a07031df2932 0.00 MB 1 0
60,599 60,599 000000000920f39d3a602eabeb9f236cfe4866997d02f049232c89248bbc5bca 0.00 MB 1 0
60,598 60,598 0000000000894e454ade54c04f60629abf01241bc6afd3cc83fb812bef49580f 0.00 MB 1 0
60,597 60,597 0000000004fa6cd3efa7457f3fb4dcf0812e0546086ad1e0d52357f34b4f6486 0.00 MB 1 0
60,596 60,596 00000000012ebcd0c97891f772c71c3d65a6201ebe6f198882938435ed050719 0.00 MB 4 0
60,595 60,595 0000000000d3a7a59a1a54c075e76fdf110d7b8d2fa5d9f34273cd6bc1f81335 0.00 MB 2 0
60,594 60,594 0000000004df206b1e1f7c5b16ebc125c67774bbf3e493496b2d8211331719ab 0.00 MB 3 0
60,593 60,593 000000000ce1018a83687e8f455a732a6b8f57783bc1193399c9d4ab4cf0574b 0.00 MB 1 0
60,592 60,592 00000000082a723067de7485a5c70b6db7517b3b18d1c9fd011e4b9b3b47dc2f 0.00 MB 1 0
60,591 60,591 00000000099ef1704cfd8be2b2a044aed14b8708f17dfa75b3faf010bef65970 0.00 MB 1 0
60,590 60,590 0000000009cb1073f68c4fa0b6acd734c955a48ddd7e3e152a3cf42beea4e602 0.00 MB 1 0
60,589 60,589 00000000073fe6442d6c8ad81cfaf581dd3302d31c144bf279e5728c10ac0e3d 0.00 MB 1 0
60,588 60,588 000000000de376d18b465a45349b43889b3edb49da5135265fb761074049b3ef 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.08 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,855.66 GB sent, 102.43 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.