Memory Pool Memory Pool Refreshing

9,048 transactions
4.21 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,724 (447,655 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
460,069 460,069 000000000000000000116102e7af7946f8b8d8b5d43d6e3f9c1ff46428fdc20c 1.00 MB 2,088 172
460,068 460,068 000000000000000001b65607cc47a3b41125114dbebea58fbf50afd44c7555ad 1.00 MB 1,598 171
460,067 460,067 00000000000000000186ea952eb0692e4189005e5bd0e9bcf0c05d0fb151ec07 1.00 MB 1,655 190
460,066 460,066 0000000000000000008d94fc1e46af65a02b6d560561cff85635d7799054f0fd 1.00 MB 1,641 195
460,065 460,065 000000000000000001eb1f291fca3ad6f3640fee889bc1b99e0d4689cb322291 1.00 MB 2,479 153
460,064 460,064 000000000000000001c5a5aaedf87f57ad59e8f57e1245a180f90c7a3ec5cf7b 1.00 MB 2,527 163
460,063 460,063 000000000000000001ca49289d7c41b93636f09b9cdeb9cf42c214a3f3a13942 0.03 MB 67 114
460,062 460,062 000000000000000000dbebca1aa60d444eacbca0392414a3ebc3d27b3bebda9c 0.92 MB 1,916 149
460,061 460,061 000000000000000000775f32db1b4e42b3ca16f88ae9582387022be4db9b06dd 0.23 MB 553 141
460,060 460,060 000000000000000000c74208a2e4c019eed5d9c23399e9f43b774ca3a789130e 0.51 MB 550 72
460,059 460,059 000000000000000000adab5ac31bc7ff6c097a5b4cd2f68756c16197d78a939d 1.00 MB 1,220 92
460,058 460,058 0000000000000000016cc780aad22ae91ad077f4ef9790e46efc0feaa14be342 1.00 MB 2,076 112
460,057 460,057 000000000000000000a12a089d525474c14df5c62be7b290e2219b9fec780298 1.00 MB 2,388 186
460,056 460,056 0000000000000000010e5e01d0cbe70a0744ff4d86c63afc5c1e35c6c6c722b3 0.62 MB 1,207 136
460,055 460,055 00000000000000000191d68c741a6f0c2c92c0ffd291c9d262503f914eb63d3e 0.24 MB 449 109
460,054 460,054 00000000000000000051e1e533e9dcf23ab788fd7e005fa984a56d8e5b0cd0d2 0.87 MB 1,707 127
460,053 460,053 0000000000000000010c31e24539daa1836f50e2f6ea7d9c9a05284c884717c9 0.02 MB 53 154
460,052 460,052 0000000000000000022740ec0edd94fa0cb310385a1ff9ab4f15947e045cbc1a 0.89 MB 1,660 129
460,051 460,051 0000000000000000021ff7ec361ee536991d4fde124f7116b6f9503853dec69b 1.00 MB 2,204 148
460,050 460,050 000000000000000000f97eb5a32fc18adefc973c8dba274fd61e57b2c64b4f2c 0.95 MB 1,796 135
460,049 460,049 0000000000000000019f2ba376612b900c95fb7535fb6e4d670b0ffd700277ac 0.09 MB 210 143
Previous 10 blocks ↓
Total Size: 769.03 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,625.20 GB sent, 93.02 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.