Memory Pool Memory Pool Refreshing

4,137 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,128 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (825,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
83,539 83,539 00000000000c3d295184cddc88c21bab6d025d9a34d5ef0262e125c31b7ab199 0.00 MB 6 0
83,538 83,538 00000000001ee1ac87f0b9f78161e141c580f0f2ea6f0074ea14f5453a14a1ef 0.00 MB 1 0
83,537 83,537 000000000011012c990b23d372f3fac6d920bd9095cbc23c7adc1a82d3f52a8d 0.00 MB 3 0
83,536 83,536 000000000027fcde27365a5ea43af6c8d1ad47ad4b2db79bbb15914f64831c2b 0.00 MB 1 0
83,535 83,535 00000000002ba5f3b8f893a9760acb1e34b8b1d46e3bf7e2663ad9288ddb6c8d 0.00 MB 2 0
83,534 83,534 00000000001b716f275a035382b10f31a8b492c66b987b99c969d01037101869 0.00 MB 1 0
83,533 83,533 0000000000259e4f93aedfae057bd403b0943d14776beeef8d1c7b51262e82e3 0.00 MB 1 0
83,532 83,532 00000000002cd43a26aef0fdd8bc71b73f0b66da40d668e5c528dad6405a87da 0.00 MB 3 0
83,531 83,531 00000000000be2d35e6474ff8e2c06e962bd1467ea251001ae5642b8a71b42ce 0.00 MB 7 0
83,530 83,530 0000000000052841a3cd37f57a777f2d949436dbdd677d3d0459d030a54477fa 0.00 MB 1 0
83,529 83,529 00000000002558ada5cc1f27a5846bdf98ddfb795001dbfedc8736b598386680 0.00 MB 1 0
83,528 83,528 00000000002e29a19519a762d7a341fc74132a028b92ba503aaf5468cf8a166b 0.00 MB 1 0
83,527 83,527 0000000000310525cef5331d50d73d2ce7cda41ed398c5bd0764aa82c64465ba 0.00 MB 1 0
83,526 83,526 0000000000318e50095b1dba3e3023ffcc1a418598a5a2b574802604d0bcc502 0.00 MB 6 0
83,525 83,525 00000000002ecbc190baba3852452b5bf4d3d9e536f228cd1b96d3d8401f2757 0.00 MB 2 0
83,524 83,524 00000000002bd1d53cb6751191c775907e9786a7ade9f1ad872f733c31fa8ca7 0.00 MB 1 0
83,523 83,523 000000000002071a49e53e836b9161f68fa7c448d2cb8d40aa025e0e301bec53 0.00 MB 1 0
83,522 83,522 0000000000271cc2840e5f371d814e499097ba75daed9d977fd9e912392d54b8 0.00 MB 6 0
83,521 83,521 000000000020409fbdf9a7b65e855302b76c8ea7642521f530abd68180642554 0.00 MB 1 0
83,520 83,520 00000000000e4ea8bfadaae9a35362c4b4c16a61c2a9b2c5c5f88bc43cce74d5 0.00 MB 1 0
83,519 83,519 00000000001bdc57e024660bc7d35a6166b57894670a1f2e393bee44b2989ed6 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.78 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.