Memory Pool Memory Pool Refreshing

4,067 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,042 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (387,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
520,472 520,472 000000000000000000320ac0ad455f7906103707a86c414df57aead974f63992 1.14 MB 2,079 12
520,471 520,471 000000000000000000091f1cb0903a11abe20187ac86c3eb262f1dbccda3b28e 1.08 MB 2,810 8
520,470 520,470 0000000000000000002ca432bd034a79f78cfd5e614592c798ddc3cccca30ffe 1.15 MB 2,503 57
520,469 520,469 000000000000000000385d424e06774b0a798179f98d06abc03ff36c5215b1f6 1.47 MB 1,678 26
520,468 520,468 00000000000000000010bcd59e5e0e965f50a8766b7ef2e13d33819873e0a727 1.28 MB 2,647 59
520,467 520,467 00000000000000000031460839236e8aa8c8b7d7c098523b971099ed5798cfc7 1.12 MB 2,485 85
520,466 520,466 00000000000000000022e10f79aa7792e6ebf2b82aaac9bd06ee91644e4171ea 0.30 MB 303 44
520,465 520,465 0000000000000000001ca5361239ede719aa2107c1b41194b4c7456462c24d7d 0.06 MB 132 37
520,464 520,464 0000000000000000001cc67b651d0861ae03fc334c6e1eabe6f947f20d678dd9 0.81 MB 1,763 60
520,463 520,463 00000000000000000037a334b4e606b8050074db22c81a2be08eab4fb915a098 0.27 MB 609 40
520,462 520,462 0000000000000000003f0a38401b1053d13cce75ab2b6c87a53c19bed0f9b3b0 0.89 MB 1,974 33
520,461 520,461 000000000000000000431ae841e4db87ffdf7ea208959d078ba414b492916664 0.37 MB 853 67
520,460 520,460 0000000000000000001ada085c106254b243c07badbc6ad609749df6cdc22481 0.06 MB 125 42
520,459 520,459 0000000000000000001ffacce0c948963de8649abb567b25fc8528171d95aeba 0.68 MB 1,308 50
520,458 520,458 0000000000000000001405e82dc5cb8e4378cbb09b5ddd70c9a374c0058d0ffb 1.11 MB 2,378 26
520,457 520,457 0000000000000000000a3144991ccd7e0f778c7c2bec9bc39b9dba7d0dde056b 1.17 MB 2,831 64
520,456 520,456 000000000000000000056ba6f47de6e1bb93ecb047cbb9144ecf0f9515b3d012 0.90 MB 1,924 39
520,455 520,455 0000000000000000002652a70bb80f25d4fb3824a0bd3e409485b9910d939261 0.67 MB 1,346 46
520,454 520,454 0000000000000000000be03ce5e6642284d346e033c4afa32ed5e1e6e69d8a6d 0.35 MB 679 32
520,453 520,453 000000000000000000060cd51b12bd42b85735384cff898866c8adff4fb91b6b 0.46 MB 463 25
520,452 520,452 00000000000000000038de09bcc3ee77049223efcdff810ba077972dc2ee659d 1.13 MB 2,194 17
Previous 10 blocks ↓
Total Size: 769.27 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,635.40 GB sent, 94.28 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.