Memory Pool Memory Pool Refreshing

2,049 transactions
0.72 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,862 00000000000000000002349e0000000000000000000000000000000000000000 0.72 vMB 2,041 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,861 (274,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
633,411 633,411 00000000000000000013fd082671d53d48be553197e5eedab8cccee06f41910a 1.36 MB 2,610 37
633,410 633,410 00000000000000000001a26e05e909abaaeb4be88007e1c1dbd6e50652049496 1.61 MB 1,493 3
633,409 633,409 0000000000000000000989893599e32d4b4fe784d5ff75b32985f195564b2e32 1.11 MB 3,079 9
633,408 633,408 0000000000000000000604d660b20838b12d2eb682bc7bf762fdd33695871fa2 1.34 MB 2,625 22
633,407 633,407 000000000000000000068739d881be6b062ca4092eaa26cd24ed53a9f4b49c51 1.37 MB 2,651 52
633,406 633,406 0000000000000000001363440a3acf6524af16e9c6808cce397df19b131064dd 1.23 MB 2,727 60
633,405 633,405 000000000000000000003f75ff101d305017597633249d0cce51fc6acf503845 1.30 MB 1,577 12
633,404 633,404 00000000000000000014025f3c55c0f9b676d8d52bd1bd336ea45e730f6fe2bb 1.30 MB 2,778 36
633,403 633,403 000000000000000000109a1979d9fbc3f0b5e8370e64a84cce55138a47ca8c2e 1.41 MB 330 7
633,402 633,402 0000000000000000000baabd5e08505c2f1c34185a27e8307343e9475ddd76e3 1.45 MB 1,998 28
633,401 633,401 00000000000000000008b113e9cc521cc08ba306bf751eef080e66edb166bfbf 1.48 MB 190 6
633,400 633,400 0000000000000000000a61ed5b06551606ea4a7ef6394d5452ae9c8958e01598 1.57 MB 1,538 22
633,399 633,399 0000000000000000000f73b30d9310a79378b8681a8ba19a7648c83a01126888 1.47 MB 2,080 26
633,398 633,398 000000000000000000109b665bd0b27361ade7c6853b8791122d720c5169e30c 1.03 MB 369 13
633,397 633,397 00000000000000000006353017b3a5e33931479cbe4f255b188afd975fe033e1 1.48 MB 1,853 25
633,396 633,396 0000000000000000000ae85ab63682f2a73f83081bcd480a7ac0bee79830e025 1.20 MB 2,162 23
633,395 633,395 000000000000000000089a8511b1217ba26f90dfa971af85d96b4bab0363ec98 1.26 MB 1,750 20
633,394 633,394 0000000000000000000a921c56be351b7febec71ae881cb04c06c01db2dcd581 1.13 MB 1,544 17
633,393 633,393 00000000000000000003907210350d045fbc918a2ea8fecd159229af52497ffe 1.20 MB 2,102 18
633,392 633,392 00000000000000000010f77a9ce8801b0592d3841266cb64049b3ea4468d12bf 1.17 MB 1,900 16
633,391 633,391 0000000000000000000a8091b30162bca5ad42faa52da7a5656cd849e70d477c 1.20 MB 2,341 26
Previous 10 blocks ↓
Total Size: 769.28 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.54 GB sent, 94.32 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.