Memory Pool Memory Pool Refreshing

1,582 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,767 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,582 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (672,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,846 234,846 00000000000000ec489e00f37570972d6ed81f6cb9fba4c84952c47299ba1962 0.15 MB 174 59
234,845 234,845 0000000000000127361e5d06dcffeedba71f5e7107d443d16474aeb9c58b586c 0.34 MB 468 88
234,844 234,844 0000000000000124d42390b0db4c125f6be87835c49dc88f1bdeba527b77abc2 0.25 MB 425 131
234,843 234,843 0000000000000121858e2eef5ed68e8f989a4c43798a9def61eb7ce17a67dc71 0.25 MB 708 169
234,842 234,842 000000000000006875409fd9c0d7fe06122bd29eb90af09d91476c06862ad65e 0.25 MB 751 239
234,841 234,841 000000000000010fd02bedb0455517ad5fcd523b085547ba990f5f8d37515345 0.17 MB 368 137
234,840 234,840 000000000000015ef6fc2fc45adc1de0c344e99a59453bb09ac470a1d02b787d 0.07 MB 110 92
234,839 234,839 00000000000000eb99fa0d4a33ceb7c1e67945e7a9db5481a5ae663380303dd5 0.12 MB 265 163
234,838 234,838 000000000000004090e35502bdfb900b70f445bbcc9d8e50e00d5f1fdfd1d616 0.47 MB 1,225 174
234,837 234,837 0000000000000042d8b5bc3ca04847f711b82b66f08b7360a565ebd0b131621c 0.00 MB 5 0
234,836 234,836 000000000000019568d5aa2d5c29f2a70bb1eaf5a5392da397ea5ecbaec031d3 0.41 MB 461 93
234,835 234,835 0000000000000180b798aa8bc9ad024545250a370e0d9b68d4f84fb617968b02 0.25 MB 621 148
234,834 234,834 000000000000014671272e3a4dd966bb56d4a9a27751b5cd4dc75dc931660cb5 0.07 MB 200 13
234,833 234,833 000000000000000ae88bab9eab45a4f74b36b0906fe1a82a6b80eb63b85605d9 0.47 MB 958 140
234,832 234,832 00000000000000d9cb25380852ae5b14f377995ff34b77fe014575b986681cde 0.25 MB 741 263
234,831 234,831 000000000000001882c602178bd4dc6501ecd65db1e1380224be98c923043c07 0.00 MB 4 8
234,830 234,830 00000000000000e2ddc0028ab2009e6d79f8da322f6ae907a766781acc79b050 0.24 MB 539 153
234,829 234,829 000000000000002a871dc011fe28fd8fbffe577c02b91d2de09aeca8216644ef 0.09 MB 159 163
234,828 234,828 0000000000000016eae5c45b20b564bc15d40d46c7f025c2a30fc805a1dbc00f 0.15 MB 103 32
234,827 234,827 0000000000000162151e49c2cce0a29f6829780f9ee1cc3c98ac7d8d4e8c4ce7 0.20 MB 474 166
234,826 234,826 0000000000000022e367142dcdc582a9aec1fc0efbbfb5db0340c3e77ef42844 0.15 MB 383 179
Previous 10 blocks ↓
Total Size: 769.10 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,629.12 GB sent, 93.41 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.