Memory Pool Memory Pool Refreshing

1,306 transactions
23.02 vMB
Show Random Selection Loading Transactions
Max Size: 93/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,317 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,074 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,316 (857,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,398 50,398 000000001e44739c182d0a54b673315b413f3fb2f489fbbc5766f68754bd5794 0.00 MB 1 0
50,397 50,397 000000000f122d8e617f485022ed3fc22f9486352909d1815b643797b9f31ca5 0.00 MB 1 0
50,396 50,396 0000000024cc2cb9ac10d06f02fe982ef2b3db6c4541b2491a51bf45ae4c92ad 0.00 MB 1 0
50,395 50,395 00000000064f0fb1ad869253f889610364b691d6466c63aa0e3f55c16a8dd4b0 0.00 MB 1 0
50,394 50,394 000000000264ea97e5a2b02d093be96e0aabd3712791b43b8c1771d989c1fefe 0.00 MB 1 0
50,393 50,393 00000000221a599702cde6ad194ff9c9a9462345f77bba030750c38fd0c31de2 0.00 MB 1 0
50,392 50,392 0000000010f1252a169493ccb0c9a1d42e90d702c407cbfbbf84fc417e4e1ac5 0.00 MB 1 0
50,391 50,391 000000000e447b0d09a359661c3a6fdf86d2f24a36733628faf1bceb5e1470df 0.00 MB 1 0
50,390 50,390 0000000026c57b11f738deadb3b85578ffbe6105d913e5f9672783e7b1086dc1 0.00 MB 1 0
50,389 50,389 0000000001faf91c802377300dfa5db2a1989e9cb51ec37ca545571ea5d9aeac 0.00 MB 1 0
50,388 50,388 00000000155d55350061b1d031fa16f1911373c31565ac58234c542bdfd13598 0.00 MB 1 0
50,387 50,387 000000000fdffc0fc28fc710706d60ed3b37b7e4db232c754d2eed8ce4a65f80 0.00 MB 1 0
50,386 50,386 000000000ccab839b3b2a0553cbd329cf898daf08ea2018412f05256491d62fb 0.00 MB 1 0
50,385 50,385 00000000193172f7a41b667dfeb95b1fd2d084f3c122dc50584411234579104a 0.00 MB 1 0
50,384 50,384 000000000105dc32ade61d22d0b8e3b7e6e73dc7192e76d234e819e67c77e4ec 0.00 MB 1 0
50,383 50,383 000000000e934b4506ddf87a0d942d6ed46eef843dc13218ec6d545cfc52db4a 0.00 MB 1 0
50,382 50,382 000000000b93fd38040a1c6726c784fad7dc0df0f4b4603072ffac616b484981 0.00 MB 1 0
50,381 50,381 0000000028a0ea2ba7cf2fa7615657db8a7bd2a8c25a6f74753811d6a4688170 0.00 MB 1 0
50,380 50,380 000000001fca664d7245e5f3bcb9b0f325cbbba0c157a1921f61da9f1b828ce8 0.00 MB 2 0
50,379 50,379 0000000029b99e6f077013559703375f62ec7be3334e10086636dc1370234318 0.00 MB 1 0
50,378 50,378 0000000025795f8c7eee51c16cd68e5509c2f5ad7536034ec1b58cbb26194afd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.23 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,700.49 GB sent, 98.62 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.