Memory Pool Memory Pool Refreshing

634 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,763 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 634 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,762 (206,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
701,426 701,426 0000000000000000000a07a62e2c29d259de146bed2f82b44294f30275f473ca 1.41 MB 2,849 13
701,425 701,425 000000000000000000074b6f816878725fb152f029342db0ed2d828b0035e4a7 1.45 MB 3,255 28
701,424 701,424 00000000000000000001dfa0cb1e94933405836ade2dc622c13da90ab9363ec3 1.54 MB 2,646 16
701,423 701,423 0000000000000000000bf145c7a026a2c4e2f92f7d93db222ead9d62b29b5368 1.40 MB 2,272 7
701,422 701,422 0000000000000000000b4709e88b1d0182cf9a43cec2179b903afac021081ffe 1.49 MB 2,895 30
701,421 701,421 00000000000000000004eb050adb6e49d09b2129a99174b0937917d1a9381cd0 1.43 MB 2,469 12
701,420 701,420 00000000000000000003844408163336b0889e40b79a38b97c488f0cb51eb824 1.31 MB 1,850 3
701,419 701,419 000000000000000000059a7956b756a9e10464730d930ffc8534e5fd1e772ca2 1.37 MB 2,189 5
701,418 701,418 00000000000000000000d186684c6a7838928e0cabd2576d963131d2587c07c4 1.51 MB 3,151 15
701,417 701,417 00000000000000000005595aa6230d416a484eb439289c5214af25a54c6dc4b6 1.53 MB 2,896 7
701,416 701,416 000000000000000000069ff09c8a3116a0322d33e12a3dc6afab45f0c06d7e28 1.54 MB 2,424 10
701,415 701,415 0000000000000000000a07aabe7e32cd07af50a958417879e6e2d46db6a8bad1 1.43 MB 2,211 28
701,414 701,414 00000000000000000005a4b2ecd561ea5c6eb353e38487d0740540c55eb31201 1.78 MB 2,289 9
701,413 701,413 00000000000000000005a6b012c71ee01416d38fd4c48a4039d80d2e94b7258d 1.43 MB 2,611 34
701,412 701,412 00000000000000000002d86853096dd4a6f36f32b6b50a36c7100265b60a992c 1.56 MB 2,781 6
701,411 701,411 000000000000000000046540ed8089b9e3664177b594e2ad040d87dcc62d4c79 1.40 MB 2,752 6
701,410 701,410 0000000000000000000e6512b13fcd800c4979b2e85e5c561ab23d3101c29dbc 1.69 MB 1,728 15
701,409 701,409 000000000000000000028dfcc7687ffdca36822de5c71e2d0018d0627ad24e24 1.43 MB 2,903 34
701,408 701,408 00000000000000000004b79b7874718f022311e5194547644b119d30220ca18f 1.63 MB 1,838 8
701,407 701,407 0000000000000000000989d599aded465ac37afcbef993f09fd71485cde12dad 1.75 MB 874 3
701,406 701,406 0000000000000000000bacd45aa26b40c5213e081b2da97fcdc85b480d3d22d3 1.82 MB 587 3
Previous 10 blocks ↓
Total Size: 769.10 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,628.58 GB sent, 93.38 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.