Memory Pool Memory Pool Refreshing

2,294 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 2,282 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (622,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
285,239 285,239 00000000000000003cea2cbdb22f87b0d1cb7a34083417dba3405eb9390fe63e 0.39 MB 647 62
285,238 285,238 0000000000000000af69b7b9264019066ab534e3f3ff287af7e44c58bca77baa 0.22 MB 439 36
285,237 285,237 0000000000000000e644286ba1b118c59476d74154891cee04dcc659464741aa 0.06 MB 54 20
285,236 285,236 000000000000000020030a0cdf5bd79699d8a23f07eec2b20b4976cbe39a5a71 0.14 MB 279 39
285,235 285,235 000000000000000183447fb08b8d23ed7ffdc63cc1ec52e043360c0d4bbdbab8 0.06 MB 115 29
285,234 285,234 00000000000000014bbda18987e4501b1ee154bc108ac3a0b1ec472df72df830 0.12 MB 162 21
Previous 10 blocks ↓
Total Size: 769.15 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.63 GB sent, 93.64 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.