Memory Pool Memory Pool Refreshing

1,629 transactions
15.60 vMB
Show Random Selection Loading Transactions
Max Size: 63/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,304 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,303 (858,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,415 49,415 0000000006ed1c31ba6244791bf83127da31c65d4b0f272024d3523024a92d9c 0.00 MB 1 0
49,414 49,414 000000001aa5d6ec1af4b8554ae8175048fa2c55bc01254cf5e3bf551cac40b0 0.00 MB 1 0
49,413 49,413 000000000a3f78aff160a14ee64cab5f1959f59dc955bfcb90452b8c369dee0a 0.00 MB 1 0
49,412 49,412 000000000273f7596205774cf13f7aefff296c7e640e92890dda526db6ea9430 0.00 MB 1 0
49,411 49,411 0000000028f35d77e51092113e8f911d5ebb51160b148444efafa4f6c2db9fcd 0.00 MB 1 0
49,410 49,410 0000000021f747c21ba257ce1e0c5b9e5af063fc496d0eb5908c45dc4b6cc920 0.00 MB 1 0
49,409 49,409 00000000136d31167e19f94be2c48e69bb70feca500018affb9dd22b76098ff3 0.00 MB 1 0
49,408 49,408 0000000000b97b88347f8af72dbef294ebe3234a1c0a8590602d54edd1bbc604 0.00 MB 1 0
49,407 49,407 000000001e8a201441aef01c0309662175fa48b149282049f116ffb75fc65d6e 0.00 MB 1 0
49,406 49,406 0000000026f32ecb8d927a7d80a7778f735a78f42ff79db5b4002f6876f968a0 0.00 MB 1 0
49,405 49,405 0000000002d80834086e30f81d46d667e8ee9e3f82f623755b5f809106e1fec0 0.00 MB 1 0
49,404 49,404 0000000007bb4780df915ef7b2fe676965893208f9623f71adb82266c9cdb9f9 0.00 MB 1 0
49,403 49,403 0000000001b417ddddfe5ad3a0be85a20ccd9733968fa1a86b46ceef48d3f95d 0.00 MB 1 0
49,402 49,402 000000000d31d8fe99a686b580049cb87a179a0204bdc64961eb51e354abe93d 0.00 MB 1 0
49,401 49,401 000000001e4508feecd656807983338a180ce942a46ceeecc8f03c01bdf5caf9 0.00 MB 1 0
49,400 49,400 00000000118e5d92a12a9d781ce610b2db1533132de2ff5905f5eb5b2def6ac9 0.00 MB 1 0
49,399 49,399 000000001b621749cd17e83bfaf43c418a64141238f56badaef5e3ddaca42914 0.00 MB 1 0
49,398 49,398 00000000296c41018f9b229b69b2e0111a140185b0b8a1a5a0fbe6d3f6d7295d 0.00 MB 1 0
49,397 49,397 0000000021ef9c8f77ed623b579ff8fc68b8fd4ce8ae2a45a62ab5f1de342b79 0.00 MB 1 0
49,396 49,396 00000000239f00c5a780cb6ae95a1cbf1c1cdaba6ff86ccfc4e0cb7a3d18db6e 0.00 MB 3 0
49,395 49,395 0000000023e540a6576a9349c360b20e7771a285c0ff2f684ac51a1f8fc4a1ec 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.43 GB sent, 98.50 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.