Memory Pool Memory Pool Refreshing

2,608 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.86 vMB 2,604 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (679,149 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,619 228,619 00000000000001e157eb8bf50815d036c25d5d3f399efeeb33ff6efe4457d2b0 0.14 MB 377 186
228,618 228,618 00000000000001e420bd949dc9b683dfca6778a3135479753f153f33b0ea9c39 0.06 MB 94 121
228,617 228,617 00000000000001bc5ba7414ea30e890eb60cff3b74a074e8f9378828c47dacf1 0.15 MB 356 168
228,616 228,616 00000000000000b208da00fd2283968d99361f52ee2b0dba8649dcbecc11d577 0.19 MB 382 192
228,615 228,615 00000000000001e66ef526ff40e8371010c9807e17a516d8e5d31883e19afb1f 0.13 MB 266 190
228,614 228,614 00000000000001c2d896c0b8dd4540dd45f8adf26d18dc156a84354e00e1cd43 0.34 MB 578 155
228,613 228,613 00000000000001090f37dc4ed3680864558e4db823814ee847ae89133671784e 0.25 MB 818 277
228,612 228,612 0000000000000056e0a2526984973e42abf2025a730e92f74c370cf04519fe70 0.02 MB 63 215
228,611 228,611 000000000000005674a888429d3b27e50ec10f0e434191dfdce23f1e1a6a54fe 0.15 MB 169 95
228,610 228,610 00000000000002068af8377a0e7cea56a94f94e9e164093b79bf0a91c8845966 0.09 MB 241 172
228,609 228,609 00000000000001f8d6feb25b5f8cfd4bf4d3dd85a5d410067a9a251ddfa7547d 0.29 MB 630 169
228,608 228,608 000000000000002a184cb783aa7835c48a7c1df07eee6fadac0fda7e116e477d 0.05 MB 120 229
228,607 228,607 000000000000002d40a26423e784a9a6257d3fe78a36283e4a8cb19ff1597e1f 0.11 MB 252 151
228,606 228,606 00000000000001e36b7ce6b1066a842e1b76658565801e3ebeb153e68dcb766e 0.20 MB 504 185
228,605 228,605 00000000000001d9d7d9ae8e0fbe58903f45b51b7f4ed845f258f318cf3541fc 0.09 MB 178 92
228,604 228,604 00000000000000efe59ffd9b9c3e7d817236445ed7e287829d7f2e10d84d3625 0.09 MB 210 141
228,603 228,603 0000000000000030815d2847fb8a960382133edfe08b684f76994045add92614 0.21 MB 296 102
228,602 228,602 000000000000002a60fec6a6cd9e3a858b411432f07ae764436adb35f6c0b3d8 0.25 MB 721 242
228,601 228,601 0000000000000076024cf20984ca6eeb84fd3a6a4abc73bac5d3a95ad3dc86ec 0.00 MB 5 127
228,600 228,600 00000000000000588f9bf9141e540086c992a511440eccb4681e2d5253ac14b9 0.13 MB 331 189
228,599 228,599 000000000000019131f6ce88b0fb24787c5786d5adc30429d541b79210787123 0.09 MB 205 179
Previous 10 blocks ↓
Total Size: 769.11 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,629.44 GB sent, 93.43 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.