Memory Pool Memory Pool Refreshing

8,556 transactions
4.32 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,197 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (739,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,427 168,427 000000000000052ee4f515c7c5cd310fc742bd6562392cad564a63b5276540d7 0.03 MB 29 96
168,426 168,426 00000000000002dcad812813662f660d17cdfbaf75661fb033433d9444adc1e3 0.05 MB 102 86
168,425 168,425 0000000000000765555944646925edf0449cb6d33c7d8ecf335b01aec1d94ace 0.01 MB 46 67
168,424 168,424 0000000000000127511f6b67e7dafbad9b2decaa1963ed119cd2091874b0c969 0.00 MB 11 93
168,423 168,423 000000000000006927b830f2dd3c1447cbdf3f38f70cebff91c9d45a0050544a 0.02 MB 31 90
168,422 168,422 0000000000000a0e7b8700c3758f7963667655c18b8f7efa58d8605a1349b512 0.03 MB 45 144
168,421 168,421 00000000000007af08af129a4d8e7bd0f88f2b0b95ab331788d97c4942cb3927 0.00 MB 4 0
168,420 168,420 00000000000001af97a777e7bf49cf17271d9b86af40342e0a283abed1fb2855 0.01 MB 20 64
168,419 168,419 0000000000000c08b02b8e2734b6c49860bc195195152c6362a786c217a1f3e6 0.00 MB 3 0
168,418 168,418 000000000000083af5d94f5eca6a49a89d8184489951253005835f678c9866f2 0.00 MB 2 0
168,417 168,417 00000000000007059901fecc2947e022fdeb97305a800d3778547f1ae2400e4c 0.01 MB 18 81
168,416 168,416 0000000000000b6dac27643f461594b88f606bee29e8e125636fb5f9f5fd868e 0.01 MB 13 0
168,415 168,415 0000000000000203d5af5644114a79775773f8e8e38480966393d3e42fe48214 0.04 MB 135 43
168,414 168,414 00000000000003b00d47387ba2fde1771836414a70ab74ba1c9a0b1c7c866bfb 0.03 MB 72 112
168,413 168,413 00000000000003bf4394a6940058fb716c72739fac80c06407db7fb7876dbb75 0.05 MB 122 105
168,412 168,412 000000000000098b50520084b98529bfd9595b5cc95b8eb6f1c4b8b1d1f7d0aa 0.05 MB 111 57
168,411 168,411 0000000000000627ddf8c7124130b8b74e97ea17ceaab0e04889d50d50abc6d6 0.00 MB 1 0
168,410 168,410 0000000000000803c4f520a83083701cfb7291720e0f9e7d105e2036d17c4203 0.01 MB 16 51
168,409 168,409 00000000000003a55b9c4aa744b77caabf6e6ff044ff62f76ecc1a6533b39315 0.00 MB 6 69
168,408 168,408 0000000000000443449a683f474b3a5c4364ca44ae81453c5e02f18f08881bb6 0.01 MB 15 2,213
168,407 168,407 000000000000000ba8c833c965748caaa73ff20c6e99c427c8821c2aaf9827d7 0.01 MB 28 1,459
Previous 10 blocks ↓
Total Size: 769.03 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,625.82 GB sent, 93.04 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.