Memory Pool Memory Pool Refreshing

5,409 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,682 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (274,484 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
633,317 633,317 00000000000000000005f7edb13591df8ee0b50f83d8074185932450b8e295e7 0.53 MB 1,157 21
633,316 633,316 00000000000000000012dfb85e85e57b9c8e4963953b8755d916e7807fb7fcb1 0.34 MB 737 20
633,315 633,315 0000000000000000000e4c8f420087200a131431d8747f735b99f154cd9fb829 1.38 MB 2,391 19
633,314 633,314 0000000000000000000e582aa1ea90e49d558fa5885b5e9467fd6b6316cfe9e8 1.17 MB 2,609 8
633,313 633,313 0000000000000000000df942a57bd9cd4c6dcd0e198d759414f5575b50e91381 1.35 MB 2,229 42
633,312 633,312 0000000000000000000f457234aec86c6c3d95368a4dec164ed908f907b7c46a 1.29 MB 2,754 61
633,311 633,311 0000000000000000000b744e417e449307fe538db89f8bb6a32609c04928a2b3 0.08 MB 201 27
633,310 633,310 0000000000000000001360a0019a3c049eb4fb654dd2d48f940c48ae9113822e 0.24 MB 520 30
633,309 633,309 0000000000000000000e4a8d9685c95df5cace6b306abaf1a80edf663d694a97 0.38 MB 994 29
633,308 633,308 000000000000000000008e0f04921649aed4a9107528b5763f0b52c992323ddb 0.38 MB 916 27
633,307 633,307 0000000000000000000f112a6dd5f921feab56a8f940d4f06e48a873263982e4 0.70 MB 1,105 25
633,306 633,306 00000000000000000005a1cfe2967d1f30eb52bfac3e99e4b44eb7759d6ddfd3 0.36 MB 843 27
633,305 633,305 00000000000000000005dcc00fd287cf6e5b55cf649f503f76bf5dad4d476993 1.01 MB 2,095 26
633,304 633,304 0000000000000000000a6a28ec5901d6cc1f40c3535144b1f17add7b386a6629 0.13 MB 294 35
633,303 633,303 0000000000000000000194a76db6aa970c050d0cb4b7c8c686e8951ec1cd1600 0.74 MB 1,671 28
633,302 633,302 00000000000000000008b2e4d883e7ca7229b466e2888fa55e70938f893ee108 0.62 MB 1,062 35
633,301 633,301 00000000000000000012eca6c4014ccebcaa7b55072612112118c1ca7da96f17 0.78 MB 1,689 30
633,300 633,300 000000000000000000030f1943a05f94ad4ae2bae48ba408a3a7c546c21f8199 0.65 MB 987 39
633,299 633,299 000000000000000000077be99432cda218131272603c668f43a6c7518831d087 1.32 MB 2,213 27
633,298 633,298 000000000000000000144477f9b90cba114d0af212623e25f9ba05ac7b557206 0.61 MB 667 18
633,297 633,297 00000000000000000002f526c90f4d89b1dff69cbd90467cdded2cd5e139b015 1.31 MB 2,221 30
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.