Memory Pool Memory Pool Refreshing

3,589 transactions
14.75 vMB
Show Random Selection Loading Transactions
Max Size: 61/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,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,277 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (58 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,243 908,243 000000000000000000006b8bd3d44124a12b30665786928b240e4b0280ec370c 1.85 MB 3,098 6
908,242 908,242 0000000000000000000128ed08ddbd266abb4dd93865eb2071971a552ba028c8 1.68 MB 4,102 3
908,241 908,241 00000000000000000001929572a6410ace478254673cf6b4d7139eb7b073a9ed 1.58 MB 4,048 6
908,240 908,240 00000000000000000001bb2fe477fbb96e3ab1220ace531d366712089e0bcb3b 2.80 MB 1,917 1
908,239 908,239 00000000000000000001e6f5091ea247d4e792ef5884ddcdc344f57cc7a3ecf7 1.69 MB 2,514 2
908,238 908,238 000000000000000000010596674e9e48b5fb88a2faf881e720fdbaa79102e53a 1.98 MB 933 1
908,237 908,237 00000000000000000000b65c8870f4721475dcb7f9014040d8ac1f83c1d526c7 1.85 MB 2,331 2
908,236 908,236 00000000000000000000d2c7a929622ccfa5fbaf809aa03615642d5fd5d17d20 1.60 MB 4,293 4
908,235 908,235 000000000000000000008a9a9a6b6a8264a7e9ad9ec0c296b461e1438dbfc5ae 1.56 MB 4,188 5
908,234 908,234 000000000000000000022a2c49761942f77702e371647857978a1a9440ccbc02 1.59 MB 3,227 1
908,233 908,233 00000000000000000001cc99b785040b1a977818a61ede04edca7640c24f43f8 1.28 MB 1,420 1
908,232 908,232 00000000000000000000b07fc48687a5518f0d2f83c3ec9510b9ac078df26fc5 1.29 MB 874 1
908,231 908,231 000000000000000000003820347f8c790916bbbb7b4aa8c364b116209a4c479f 1.75 MB 3,796 1
908,230 908,230 00000000000000000001c9bdc442d4cb440dac0bfee2d2dd58cae3175fa0a78a 1.61 MB 2,962 1
908,229 908,229 000000000000000000007fa5a4a9858d8b261afda78342100abf35f5c081340f 1.63 MB 3,130 3
908,228 908,228 00000000000000000000d77f6f8851820d9ef29b614b60736d35cb2184ba829d 1.17 MB 1,106 0
908,227 908,227 00000000000000000001bc55905731f5dcf2023db215db33de014381f97f1481 1.97 MB 3,036 1
908,226 908,226 00000000000000000000a360040ca399ed517e61245f99cdfc1f792f9cf493dd 1.79 MB 2,509 2
908,225 908,225 00000000000000000001ba9233e73b2b18513c78b4740e43477f610d0b97ebe4 1.55 MB 3,545 4
908,224 908,224 000000000000000000020bdc8c838ecf576c66b8b49ac4c028928bd7f875da9d 1.78 MB 1,953 2
908,223 908,223 000000000000000000009572cce1b45ddcdea8c5473f5b2b7069df3c06a6835d 1.73 MB 1,150 2
Previous 10 blocks ↓
Total Size: 770.18 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.17 GB sent, 98.47 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.