Memory Pool Memory Pool Refreshing

1,106 transactions
10.58 vMB
Show Random Selection Loading Transactions
Max Size: 43/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
908,302 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 889 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (856,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,597 51,597 000000000d65348cde1a31e6bbea450df983e4455355b0aa5200b6e923a25c0a 0.00 MB 1 0
51,596 51,596 000000000eff9eff969c27081d467afaf430316e68b8d47c880f13f0ba969858 0.00 MB 1 0
51,595 51,595 0000000016f0b79eb4f1cd518bc649758ea3de6ed4931291a2913030b29622f7 0.00 MB 1 0
51,594 51,594 0000000002ec63a450679959f97a90dfacd4c66ff0ff8269d009e10bfc7e8c16 0.00 MB 1 0
51,593 51,593 000000001b346807cb104eab789210cea9ce3c74961952875bb11a3edd3cdb39 0.00 MB 1 0
51,592 51,592 000000000dad7065262ea3ca3c17d952d0c698cc87a68da3b27b43a2dd6153be 0.00 MB 1 0
51,591 51,591 00000000200f68a515996635f3c30ea773b2097c360367c7273ec79578565335 0.00 MB 1 0
51,590 51,590 0000000001ebfcbc1bd3634ff5fcbf777f724823ad6c7c9631ee0439295e8d60 0.00 MB 1 0
51,589 51,589 00000000006ab6b4a39811f2f0fc42d8d985fc90d1b2934b0fcc045cf33d1e63 0.00 MB 2 0
51,588 51,588 000000000118ced391321263cac61a92fd045aa3da678a79dc493e967f28614f 0.00 MB 1 0
51,587 51,587 00000000156f9fb2a3ef86d3096ca2a7550eceff483afb76cc651e8b7b4571d6 0.00 MB 1 0
51,586 51,586 0000000018948a81ed3ff8e36e07664f97b5a05aeb0ab8a8796a0adedb3c1bae 0.00 MB 1 0
51,585 51,585 000000001e012577cd02e232bc0f3e603d8f2183923ebfda62f7570fa21472ce 0.00 MB 1 0
51,584 51,584 0000000008308bcf1ecbfab0e15fc9074939aa3cc85cdaee2afbf15ed88269de 0.00 MB 1 0
51,583 51,583 000000002054dca028d5ceb600c0c1e9f773564a3671c54fcd4daf4a0f4b62e6 0.00 MB 1 0
51,582 51,582 00000000031003ee92ff54c5725d41d828955a10e8a7a4399ebdb4a7351496cc 0.00 MB 1 0
51,581 51,581 0000000018b922b10ff844373b1f265a80137463bf8d865df7437650732dac0e 0.00 MB 1 0
51,580 51,580 0000000006f0692b7abfe0687303f17b0dac523676785c260f09814a18c9b6cd 0.00 MB 3 0
51,579 51,579 0000000014dae228826576502cd510c06abdb9adf71771955ddb433502d66d23 0.00 MB 1 0
51,578 51,578 000000001f9c8424bb741638982e062ec8fc043c3581065b593a8f7edb970887 0.00 MB 1 0
51,577 51,577 00000000053a424cf7b28542853addfe16eb6b1b9799198dc44c8d82d7ba76e8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.18 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,692.99 GB sent, 98.45 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.