Memory Pool Memory Pool Refreshing

8,799 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,781 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (778,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,755 128,755 000000000000000a07a93ecce01ec03eed7b5c09491020c3f9ef77df6f49d238 0.00 MB 5 1,002
128,754 128,754 00000000000013092ba471670b2f33ceb6089fa6159d5e2ad285671ca1eaec77 0.00 MB 16 0
128,753 128,753 0000000000001bc799637b7ede817c8b625cf5ebe5a8dfab9c506b7e8a13e69d 0.01 MB 34 853
128,752 128,752 0000000000002244491ccefb4bfbf80f7b6b38c90b56ed3d09ec0dc5f81d5fd0 0.01 MB 18 1,178
128,751 128,751 0000000000002500c671a25b9467a3c556ae43207261c7030af020334e3250cc 0.00 MB 4 2,003
128,750 128,750 0000000000001e5595c239517aa0f98606ad9f178ee41754beffec30d4bcee2d 0.01 MB 9 748
128,749 128,749 000000000000261beafdf74719ae2e1640682cc5539589b562aad198659c6885 0.00 MB 6 472
128,748 128,748 00000000000009a65c1bb60486581fc7f130358d8358ec335e5d73dc62827167 0.00 MB 10 353
128,747 128,747 00000000000023f7780cab06f1a8532d0592893277789ef7761c364fe3c02242 0.01 MB 17 589
128,746 128,746 00000000000024432e526e7f900a252ade1bd15b667cf4b4306c7c071567153d 0.00 MB 6 680
128,745 128,745 0000000000000a8df160e79bf2a611bdedb7729c8be23e3c42499279ec319239 0.03 MB 80 639
128,744 128,744 000000000000091d62d320e084c6d745dcb0094d3215ea33f72f899adb7902b1 0.06 MB 169 366
128,743 128,743 0000000000000832097c022f5d0a6b2fdde8fa2f087378c823fed24a89e1ca63 0.03 MB 85 1,880
128,742 128,742 00000000000009d1495757f781fb75e0a16fd6f14bcaa7a5aff0a9beb748a53a 0.00 MB 3 0
128,741 128,741 000000000000017abe6aa55e95d0758b8d40d8de57417a5331c30989b76ea9a0 0.01 MB 11 171
128,740 128,740 00000000000007b170f897cd069c1df41791de88486c3d23986e6cdaba6e82ff 0.01 MB 49 121
128,739 128,739 0000000000000ec28ce84ebde8574c54cbea1d9eea1a945e0b103e292828f8f9 0.00 MB 16 486
128,738 128,738 0000000000000426d1371e64a849768d10e4c2f25e30d9060967917cde636bab 0.02 MB 30 888
128,737 128,737 0000000000000a26d3a035eaf0b5c749a9b146cd9951467e0856c60f48c5cded 0.00 MB 8 667
128,736 128,736 0000000000000b74a726a6931f524273802f4e79aafd6f1f98c9acf228bd1adf 0.02 MB 28 708
128,735 128,735 00000000000005108c7e5dd69172efc6d4191f8ee108e8b360c6f08aa51fac5a 0.00 MB 10 791
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.