Memory Pool Memory Pool Refreshing

9,529 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,875 (553,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,799 354,799 00000000000000000d76a59587785d239dad8919973850e24854f96f46ddd68e 1.00 MB 1,634 25
354,798 354,798 000000000000000015b7b3ece6daf6f0e9d2acbf9feef10187a1357e1ee5288c 0.42 MB 641 19
354,797 354,797 0000000000000000096d18dc7774c8e1d576fe82a77cfcd7f2034e90ecffe495 0.90 MB 1,808 31
354,796 354,796 000000000000000006a4a1a2e5459ecc45dd09374b510bb052d0c0bfd366b9b0 0.19 MB 216 14
354,795 354,795 000000000000000008aa48bb0fa8edb37b82ee5d76400a374f22959fdad4b35a 0.09 MB 124 13
354,794 354,794 00000000000000000f673dd72e758ee8734aec06103ebdd7dd643c1c851d4b3f 0.18 MB 357 27
354,793 354,793 00000000000000000f92e60681da5a70f10daf0eebf2851873c450346d266e37 0.26 MB 518 32
354,792 354,792 000000000000000006fba95d6fe294d88608829f8079a94d87948131841b1eba 0.17 MB 282 25
354,791 354,791 00000000000000000216a925da616d36ac9fbf1ed4bd4777f61c926d8784448c 0.17 MB 311 22
354,790 354,790 000000000000000013b9839809cf4140519e3c7f54722a8aecd1fd6edfac4d0a 0.13 MB 258 24
354,789 354,789 00000000000000001103347363e61fb7903fe3685efe1528db23bf6c51404229 0.20 MB 301 20
354,788 354,788 000000000000000011cab540f93903e49c917c5b46d7e28ba15c4727d544816b 0.21 MB 401 23
354,787 354,787 000000000000000005c290c225c88a721d9876f11892733c1334f10b6a7d4bf4 0.20 MB 271 18
354,786 354,786 000000000000000000a158adee129b29a689934a6f7ae39410e9eb1cdfcf0437 0.49 MB 956 26
354,785 354,785 00000000000000000e7d59b8c0f2adc36804ea9d9a0090140f998e93b7262180 0.34 MB 661 26
354,784 354,784 00000000000000001316e5952728668ea47475e8fc640483c1c37948e4726957 0.35 MB 614 23
354,783 354,783 00000000000000001516a3a7e2ddda969c20e406841034d8041554fa2edf95b8 0.22 MB 370 22
354,782 354,782 00000000000000000bec76e82c229ea31fba4598b57596f24f7e7b950f4f7775 0.22 MB 407 26
354,781 354,781 00000000000000000ce94f7af62dcea85da26f4820fcac407ef01f912ff54321 0.34 MB 571 27
354,780 354,780 000000000000000014cd452609e649fbcec626009dbee7e9afded53fbece5a73 0.55 MB 1,085 24
354,779 354,779 00000000000000001309ae293b2740a682689dac5edc0b71f9d541a2acaaef1f 0.11 MB 171 23
Previous 10 blocks ↓
Total Size: 769.31 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,642.82 GB sent, 94.52 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.