Memory Pool Memory Pool Refreshing

3,470 transactions
0.99 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 3,467 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (110,416 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
797,295 797,295 0000000000000000000028fc5f3207f9f887f6fb7a483d3da7d8df3ef6374854 1.61 MB 3,206 19
797,294 797,294 00000000000000000004dd47823bf5c582b4f9693fe31c9646edd8f3cc240dec 1.59 MB 3,422 24
797,293 797,293 00000000000000000003af083bdb9494584b3e1d5bccbe42ba64e651c2e2eaf7 1.61 MB 1,562 7
797,292 797,292 00000000000000000003858d23cee0844f540895cb82b6269a257a40c79ca47e 1.31 MB 1,746 17
797,291 797,291 00000000000000000003eb3cb93e025a5430f7b3faf140f919d8a6e5a36abfa6 1.73 MB 3,365 11
797,290 797,290 00000000000000000004867fda5c21c9cb73eac553c5d52b86a8323519aebbad 1.52 MB 2,316 14
797,289 797,289 00000000000000000001c1524d4ebcfb58185a14a6ad7b7f425cf283dcf9f128 1.49 MB 3,089 20
797,288 797,288 0000000000000000000265fdb6fdc0d0e76da013bff2f2eecc910ed1a3ef0061 1.50 MB 3,464 29
797,287 797,287 000000000000000000026a085a59d85d6e17247cbc8b58b2cd37115343d06829 1.80 MB 3,324 8
797,286 797,286 00000000000000000000534fa17629bd25b484f412ac576901719faff56dcd12 1.42 MB 2,389 17
797,285 797,285 00000000000000000003a2e732d5a482d9a0dc7ad7e7a94f0e4e9420715d0106 1.63 MB 2,215 11
797,284 797,284 00000000000000000003d7574042bb96a60f69739888b62efcd3e0bf48c41d5e 1.62 MB 3,132 14
797,283 797,283 0000000000000000000256693605a7da6c2f51f9ca900aa72f5660e20a0d4bad 1.77 MB 2,516 12
797,282 797,282 00000000000000000004d9fc1ac4e27ff068b0e6da1ea1a87e65b94c9b518693 1.55 MB 3,151 17
797,281 797,281 000000000000000000013ca3a71b7767fc89cb9db10127b30f33d239c4444c10 1.85 MB 3,847 9
797,280 797,280 0000000000000000000026202369264a4e929fc1f3cca4f1d41dc6bd961971c6 1.35 MB 2,058 14
797,279 797,279 00000000000000000000f0c5e56b3ee4dc3aaa43ba1f5b25d02c8a139aedf774 1.65 MB 4,329 16
797,278 797,278 0000000000000000000287c2be6dd4dcf4e9cd03822b1e7aa2018eb441b1fff0 1.67 MB 4,267 16
797,277 797,277 000000000000000000023c388cb62d42032346717f9d29e0d6d199e9c690a9ab 1.62 MB 4,141 19
797,276 797,276 0000000000000000000316a60822bc9d37ab60bbe742120e5bc292fb70e6c8d3 1.80 MB 4,437 9
797,275 797,275 000000000000000000005ce7fbe9dc2e2521d653a525f80cb48b9a140f18a19f 1.92 MB 4,628 9
Previous 10 blocks ↓
Total Size: 769.00 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,616.91 GB sent, 92.84 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.