Memory Pool Memory Pool Refreshing

7,972 transactions
2.49 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,916 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (424,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
483,290 483,290 0000000000000000008b96723ad5d686129f5f9bcec8da50075e7258e52887e7 1.00 MB 1,643 299
483,289 483,289 0000000000000000001704bb933fbd7b178ddc4d7f827704588231debd920503 0.62 MB 1,036 226
483,288 483,288 0000000000000000010f688cf86d412a8d032e81389759e2086d662c093d8814 0.46 MB 876 224
483,287 483,287 00000000000000000122d387a7eb0e53db5ae9274cab28771d77aeaadf3be79c 0.78 MB 956 12
483,286 483,286 00000000000000000039c28f6269431ec7ca64b93642ebf1c45943b12e3fea1b 0.15 MB 246 270
483,285 483,285 0000000000000000000d7ac2441da2c367158edfb1fffa86eee24e6e71385348 1.00 MB 1,763 68
483,284 483,284 00000000000000000090741b258aa0111e0f05a65d094201077263401a625ae9 1.00 MB 2,127 313
483,283 483,283 000000000000000000e932a856c531cb252d25b391131a7fcf49d43f93457d8b 1.00 MB 2,111 193
483,282 483,282 000000000000000000995362fcef75b7a8e1a141ad6dcacec15afb74c6f1170d 1.00 MB 1,939 289
483,281 483,281 0000000000000000002d673dd1e31a205f17b716f76a014735ec8da58a746012 1.00 MB 2,103 288
483,280 483,280 000000000000000000bc76cddb8e1cc93ba87449ec0b45fd785aa778f00e432e 1.00 MB 1,773 75
483,279 483,279 000000000000000000f6cbdba80dbd4afce29276139265ffa6bb17b645966bc8 1.00 MB 1,373 108
483,278 483,278 0000000000000000008a101a17cacb6e10025e7a3aafb731a79cdc359ebf887d 1.00 MB 1,911 161
483,277 483,277 0000000000000000010aea48bd0753ac5a812973422e4bf289ad2d9a338b2b1a 1.00 MB 1,827 140
483,276 483,276 00000000000000000043e55901dd8c42adbe42349a487a5ad82c067e1d3aacbd 1.00 MB 2,267 394
483,275 483,275 0000000000000000008f1aea8568d50e2f6c75d293f9e7298e397d2f64f60731 1.00 MB 2,087 46
483,274 483,274 0000000000000000002f54cd0da97d962f0818e0986aed4c5cb20fe2e0b44b01 1.00 MB 1,792 85
483,273 483,273 0000000000000000012ceb5cd97964b7f61acd593d22e0eede4de93e79f1008c 1.00 MB 1,561 94
483,272 483,272 000000000000000000a4e67b4d80f7b478c5a83afcf4ab2da64894a057109e2a 0.99 MB 636 115
483,271 483,271 000000000000000000f57cb8476f7bfb7293f3c2c10aaa445678bf9ec055ff9a 1.00 MB 1,977 272
483,270 483,270 00000000000000000138c59649041082643fa93cd12708a24f11cdbb54b77c8b 1.00 MB 2,169 271
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: 10 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.