Memory Pool Memory Pool Refreshing

5,872 transactions
3.17 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,942 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (399,911 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
507,890 507,890 00000000000000000062b4850f1810f0511e1d5a9e794b93a45bd60b1080e373 1.01 MB 232 13
507,889 507,889 00000000000000000036c004264b80cfcf8dd84023d186203f2bd87b80556d6a 1.02 MB 661 19
507,888 507,888 00000000000000000010629691c097e5fd01501782204511060f81b8a1203e68 1.08 MB 2,024 207
507,887 507,887 0000000000000000005d15fdadad8f9e785746ca164651448f597fcf58c51f81 1.02 MB 742 128
507,886 507,886 0000000000000000000eb25292cdff7f2328b337eaa666b66e93849a8749fb5a 1.07 MB 2,048 184
507,885 507,885 0000000000000000002e4c592e524e38ba8b5b8e4569c0cb201c2a48a83fb5dc 1.16 MB 451 25
507,884 507,884 00000000000000000024b12cb92e1c8f025f81870736873200c471b9792baf1c 1.51 MB 513 21
507,883 507,883 0000000000000000002b2ba12b5076aaa569ffc8c3e56411d0cf74007e68e6a8 1.05 MB 1,173 80
507,882 507,882 000000000000000000635e8f8ad1815041c883f5c8942d6f3ba88d8ddb1a0d5d 1.05 MB 1,480 222
507,881 507,881 000000000000000000363fe66f909b3f08a70bc5ad339451b6d58648bfc64d9b 1.05 MB 687 54
507,880 507,880 00000000000000000021e0bd1a717633500514b9e13e10c73318fcd6f6e0d9be 1.06 MB 1,062 139
507,879 507,879 000000000000000000547c9308dc510e2a0a1dd246197413298ab0b90605c04d 1.06 MB 1,649 161
507,878 507,878 0000000000000000003b57376e4d9c80e06c0f0ec6f4232a423e0bd222f38eec 1.05 MB 1,429 184
507,877 507,877 0000000000000000003802892b83cf859e5e55cf01eeaa8f505051f9b666b6c4 1.34 MB 838 78
507,876 507,876 0000000000000000004cca6bbb0aa7e1006110aac2f541d5d4444a513bce4271 1.72 MB 261 16
507,875 507,875 000000000000000000301e3bbfa166518bfa3f8a53948db91491f285087fe90d 1.06 MB 1,744 117
507,874 507,874 00000000000000000056b9794c52a98392efff0394a7d9dc9bd7d2c83a31354f 1.00 MB 296 8
507,873 507,873 0000000000000000000bb268c50398343bb954425a3bf7758edad286ff7e3983 0.49 MB 516 85
507,872 507,872 0000000000000000003574974bcd4695228ac259768255d17218123e3e249284 1.01 MB 315 19
507,871 507,871 0000000000000000003c9a1cf3b243e9b94beb5d130f24882bee42a5d5a1c08c 1.06 MB 1,659 120
507,870 507,870 000000000000000000343339f5f13bd42af98000229c35ee99d7386876be65b6 1.07 MB 1,142 72
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.