Memory Pool Memory Pool Refreshing

147 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
908,019 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 123 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,018 (741,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,428 166,428 000000000000039a1a020fa4dab0455618996c99cbfa0791ecad2db9a6407349 0.01 MB 27 40
166,427 166,427 000000000000024f1eaf0b85881fddaff0e88627d28844583957da1a239affd1 0.04 MB 105 83
166,426 166,426 00000000000000a6abbf6ea546c668db295d8710f06c8cc19c8c92b634cb9290 0.01 MB 28 41
166,425 166,425 00000000000004a09a7ab5bec8b03b0fb02eaf43858515f9a97427947ec7a4d4 0.03 MB 39 144
166,424 166,424 000000000000077f36de23c3e73accae4ed684becd0dc751b38d24a1556166b2 0.00 MB 8 0
166,423 166,423 0000000000000a1dba8afa2c7ccd123f222b42482a1116c86c8ca0139666215b 0.01 MB 23 157
166,422 166,422 00000000000007d3033f3c7497d6c611c5b550e0cf6bc0b2e2ef2e7658592b9c 0.00 MB 10 17
166,421 166,421 00000000000006255ffae6e6c78c13468d21c7f43ae5ff5f65dc2932b647d669 0.05 MB 132 60
166,420 166,420 00000000000000cabb7e7b11f0d191b974756cb10fc1ac1e7d8c4380a1cb6a66 0.01 MB 30 143
166,419 166,419 0000000000000155166f84c749d4b512501209a6db8fce1965d6f3059ef28b73 0.01 MB 35 62
166,418 166,418 00000000000001fa8b5242b5ad61e145777a57479bb15a226a2780c4e1c020e7 0.01 MB 26 68
166,417 166,417 00000000000003285f79465f01a6c07e25338ac9a8289005c63403b44470920f 0.00 MB 3 32
166,416 166,416 000000000000009bd02f185c0733132b0f87ae80c9e079050e98e9def150e2a1 0.00 MB 11 377
166,415 166,415 00000000000003579d93d033c2193dcd805a4f6bebf2e3385d6a4185cd87fcf6 0.00 MB 10 637
166,414 166,414 0000000000000021e1d42c129fdbbba76cbe1217eb30b20e0010cb6d0df5cc98 0.01 MB 37 89
166,413 166,413 00000000000001fd76da423b973b80c19f587f1987af445bc03e5dad34965cd3 0.00 MB 12 37
166,412 166,412 0000000000000bb03b6e1d1857114b6676b682c1a9c057e7bad0f3b952753d6f 0.03 MB 25 629
166,411 166,411 0000000000000285152232d1e1db544d6c572dfb3b97f6925af50ede94fbbc1f 0.00 MB 8 70
166,410 166,410 00000000000001c5353fbf4d5498dc69532e520f499a9d00f25f7cc78268000e 0.01 MB 16 294
166,409 166,409 0000000000000a47c83c4e96eaa68e114fd654c34929a792085974597f61d175 0.00 MB 1 0
166,408 166,408 0000000000000374cb3355cfabedbd6a68c9ee44638523d3628b46737e747ee3 0.02 MB 50 14
Previous 10 blocks ↓
Total Size: 769.58 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,650.79 GB sent, 95.82 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.