Memory Pool Memory Pool Refreshing

9,326 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (734,755 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,959 172,959 0000000000000065e206df068ae5e03fffcde25fa420adbe848fd2ae1da9579f 0.01 MB 24 169
172,958 172,958 000000000000039182970f8a7e84aa08f99e5e18d71b87c4c3104fff27161cab 0.02 MB 20 11
172,957 172,957 0000000000000a69438d06832e8c0cb498fa30ca800e103a39b47452481dc4e0 0.02 MB 45 62
172,956 172,956 00000000000005711d82ba8681a63f34f30b92a65ffe16f304077a1a21f3a8f8 0.01 MB 9 33
172,955 172,955 0000000000000444c470a7f9d829372084671e145cf70d1de79876d632e97fa2 0.02 MB 46 53
172,954 172,954 000000000000065ec90402b029941e34030d1d1ca0c12cb520747198bd444b6f 0.00 MB 1 0
172,953 172,953 00000000000009d6c2607113dd716b7db65a63fc9824231a20603a37550ed9df 0.00 MB 1 0
172,952 172,952 0000000000000ad3200e9129630419cc74c8c9efba8ed3214ac3a722f141b36f 0.01 MB 32 151
172,951 172,951 00000000000001937647c7cf90a7f816e47685dcce214f03ed38ee972aa9c4bd 0.03 MB 43 76
172,950 172,950 00000000000008c725eef7dfbc27b84d92eddea75a3ace6c44e1e53b62546165 0.03 MB 33 0
172,949 172,949 0000000000000aa9fe59ef66215876592bf6feec5b12dbb48439aabc802d5288 0.03 MB 104 53
172,948 172,948 00000000000008b42e4cb1bb53bd9e4fb569c97dce56ea405a6eb4019252e355 0.04 MB 101 73
172,947 172,947 000000000000025486e5a93e0ac7f3ee37f288a7703e7a4c71d094e074633364 0.00 MB 1 0
172,946 172,946 0000000000000a8ab423066f30edbf0172f863758282fdb079dea69c3955cfe5 0.00 MB 1 0
172,945 172,945 00000000000009988681f20696305695a658b27397eb1531a1225fbe920d11ee 0.04 MB 79 134
172,944 172,944 00000000000009cc4ffaf075c138c9dfdf47195bcb0023690aa96376cb2af2e0 0.02 MB 64 309
172,943 172,943 000000000000058411a7709ba4fd75eb89ed6a978c478ce93b1885b52b1ee27b 0.01 MB 13 36
172,942 172,942 00000000000005dd02bfdc9bcbf32743266195e62f16c6d332890f92005d527b 0.01 MB 19 470
172,941 172,941 000000000000030651aa7700e61e6a5f9a9fedb418d52582f2b6105b347ceb8c 0.03 MB 74 67
172,940 172,940 0000000000000552e001c8063851436f943438a8087ddcc17a9731cb44c09d3f 0.00 MB 1 0
172,939 172,939 000000000000024dcdc5f452eb292549580e897b53fa3d736cbf419ad0998ac0 0.03 MB 60 214
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.