Memory Pool Memory Pool Refreshing

2,441 transactions
1.29 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,954 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,494 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,953 (622,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
285,260 285,260 000000000000000157ecbec8b2e58cec18382db2d3e0f865d5f75bb81a999ead 0.29 MB 657 41
285,259 285,259 00000000000000005ea4b3a1012a4401d3dd4d92f5047b7c0af6fb2efb4da955 0.06 MB 236 60
285,258 285,258 0000000000000001909f45abeb80f18b2cc0882d11f84e3eadad4b633c4f42bc 0.10 MB 241 36
285,257 285,257 000000000000000172cda869c18c401585c94391493b835f867379c08c7700f0 0.01 MB 25 19
285,256 285,256 00000000000000018e8e075ca651a8380600673e5a8bc1502a888d8d903402bc 0.12 MB 238 38
285,255 285,255 00000000000000018c00f42632135c93272f2e45b4cc64da1ba22e48f135da19 0.10 MB 169 14
285,254 285,254 00000000000000018a1666380a67506c2986a5ca6a7955d48bcca6ca9c1d40f4 0.10 MB 108 6
285,253 285,253 0000000000000001865e39f8d5e2f69c1ea94d806502a21a12ae3b51a4e734a1 0.19 MB 398 37
285,252 285,252 0000000000000000920a74443eb64c727d63f91a0d6f926b65eb75f3598201d9 0.35 MB 346 11
285,251 285,251 000000000000000001110ff0134da91673392f0467f822fe6b7899e34081ea32 0.10 MB 200 25
285,250 285,250 0000000000000000521e09db5c32658bb1e273ede552376031d7a883e7ba001c 0.37 MB 369 24
285,249 285,249 0000000000000000cea5229a83657abfeb39aedc30ccdb75676ac50bd386bb1d 0.35 MB 999 93
285,248 285,248 000000000000000070a33406760a5a567ea5de14cf36450224d1f291c51c3bd6 0.02 MB 53 38
285,247 285,247 0000000000000000e783e482b518ba316238c00c3b9e74c5510c669182129e7e 0.05 MB 106 30
285,246 285,246 0000000000000001a0f58128e9242c6264b86633af1f2f562f4e5eb6fcafbf93 0.10 MB 166 25
285,245 285,245 00000000000000010255220b1352297ba2cc379d5a66be43ec2eb709b1004f98 0.15 MB 292 33
285,244 285,244 00000000000000000f8a2599c051c03699fa36dc0327cbe90bc62ebbbbaa10b5 0.19 MB 388 34
285,243 285,243 000000000000000026a53547418f55ca983fb3a741090421ae3f92effc823f01 0.10 MB 169 28
285,242 285,242 00000000000000012bf5e98db10e79a4f3335d536858ac7f6e6185d8983bf88d 0.08 MB 113 21
285,241 285,241 0000000000000000cc952a78d20e4dae7a9aca9839e70b4f2378f5ae8aaa017c 0.10 MB 158 15
285,240 285,240 000000000000000059f679f66dcbce7cc334e8bac6fa4c3cf049ad7e7a225030 0.30 MB 649 37
Previous 10 blocks ↓
Total Size: 769.46 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,646.16 GB sent, 95.24 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.