Memory Pool Memory Pool Refreshing

8,027 transactions
2.50 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,915 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (753,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,071 154,071 000000000000020c77377c9800a53951ae4fe2f8547b07d79a7f4e63ec77b419 0.00 MB 12 17
154,070 154,070 00000000000008035e20930ac4702af920daaf5e0f642bf88cf413ace76d5794 0.00 MB 10 34
154,069 154,069 00000000000007d69796d947b6f938dd2f950f7699498cc878e343a6ead97c27 0.01 MB 16 115
154,068 154,068 00000000000007323c50212f196b9612a494f880f7184cf6b4f93a5380433f65 0.00 MB 1 0
154,067 154,067 0000000000000d0c50e26e7221dd2da69639c720e4f5ac58128265a5be70267a 0.00 MB 7 153
154,066 154,066 00000000000005bc8aeeddccffd2b0b39cba47ca84a2cf72fc9fe3cb4c7bc547 0.00 MB 3 71
154,065 154,065 0000000000000353c6017c54efa9ff0e4a92d729bb3721ccdb157699849c304a 0.00 MB 12 0
154,064 154,064 00000000000002576fccc1a14080b206c47ec10baa82f55e8129177341b2e588 0.01 MB 16 71
154,063 154,063 000000000000039bbdda2b47e4f0e8a7bcec74a457f8e27e4e726c7ad024e39b 0.02 MB 43 53
154,062 154,062 000000000000020a36cb56346c1e1970e283b451ac78bb8ce2a58f12deb7d414 0.00 MB 4 0
154,061 154,061 0000000000000bd22007bdc6b3d7f8514640bb73e99fab022f75db8fd3354ae7 0.01 MB 42 157
154,060 154,060 0000000000000d751fc44b22bf3061acf2dcbf35f6508fae1a22bcf10ed34f19 0.01 MB 19 111
154,059 154,059 0000000000000acd8be645dfadc28e0e8d20230c0dae6c27a665e66b259de2bc 0.02 MB 86 5
154,058 154,058 00000000000003fd00c4db9a32563a67e33c68f93a4d4c1e00da344d40ecc682 0.01 MB 33 212
154,057 154,057 0000000000000a1f870dff3c2d986230bd05baeda10eabb6973c75b98c6b8887 0.00 MB 12 70
154,056 154,056 0000000000000dd70d4e4d49d254fabb69ce17c885220bb5f4dd5975e2aec4df 0.01 MB 19 237
154,055 154,055 00000000000005f028cd96760ebdcdd1cbfa15ca1ef2423933ed8bce3edd7a1e 0.02 MB 45 66
154,054 154,054 000000000000061b9c91cfb701ebfe08c6023916f82881e31fd38ea41009d72e 0.01 MB 11 388
154,053 154,053 0000000000000968a034235b8ab6017bd9fe6134dbbb13a6ed546f85f2733ce4 0.04 MB 55 35
154,052 154,052 00000000000005dc58c6e15a3ec09f6031a5a3c4963df1a951634c5bf32bdd17 0.05 MB 51 128
154,051 154,051 000000000000029661ea7e01150ebe868f1110bb081f5c588b65729aa32a62f4 0.01 MB 27 123
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.60 GB sent, 94.35 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.