Memory Pool Memory Pool Refreshing

12,235 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (614,178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
293,552 293,552 00000000000000000acef652ad3b9a616fb17143b8ce46abc01ab9c7536a7316 0.10 MB 256 41
293,551 293,551 00000000000000000cd6ee10e7ff39fc7d81aa68ea9eb987d3bca2d23a465e45 0.25 MB 369 28
293,550 293,550 00000000000000007b21f8d1e7e27823fd22b8a9173c75f0761b32fa3997eb53 0.18 MB 261 29
293,549 293,549 000000000000000029968472fcaae0bf9ed43507759519af61bb27cafb794eb0 0.29 MB 663 39
293,548 293,548 000000000000000059a2a3bb33423129f066111c59ae5583e0ab4d2f984b4e04 0.53 MB 458 17
293,547 293,547 0000000000000000ce008fb512624eb3a495306e741609136fdfd52ad3d826a1 0.18 MB 512 60
293,546 293,546 0000000000000000a96db227995bef4172e9b069fb0b9671d879f9d26b6e6169 0.35 MB 413 21
293,545 293,545 0000000000000000b41fdadcabcc47003981430704467b769452d6296299869c 0.34 MB 1,024 51
293,544 293,544 0000000000000000d608e815c54b084673e8a253c0c4288342d0d84f4609fa1a 0.04 MB 98 38
293,543 293,543 0000000000000000c34b50c6b8acca54050b8835a252e2dc8fc25aca03b88a53 0.03 MB 77 25
293,542 293,542 00000000000000003dcc91fd34530b6c0ddf2a440574ddd671a15e770ba44cac 0.21 MB 348 36
293,541 293,541 0000000000000000672404351926e8c265e0bd4a39bbbc5ef1725ee8d2854399 0.40 MB 524 27
293,540 293,540 00000000000000002aecaca0a7efd39a190e02021748170525976543377d4a60 0.10 MB 256 56
293,539 293,539 00000000000000003e1d7907f9dc312e1ad3a09f427d507eb916781261253115 0.06 MB 149 35
293,538 293,538 000000000000000048cd918371723fe49b6c37da777af558bf7cc989343583ae 0.09 MB 326 28
293,537 293,537 0000000000000000954bb88dd75057c048214231f0f3a4ef52c1d55e39413ffa 0.31 MB 163 8
293,536 293,536 0000000000000000cc98f2b6f827c463dc220acf0433916f6c7b911267eb3a29 0.00 MB 1 0
293,535 293,535 0000000000000000a40adce559ee62276fa2b22a873e2f530e4c0ebd5cff47b3 0.12 MB 252 36
293,534 293,534 000000000000000093e03bbbc65f7b8be44c074458f2eacbdd121fbba6c04ab6 0.15 MB 378 45
293,533 293,533 000000000000000041422a114664243a914a056530657a77f3438cc83af527cf 0.01 MB 32 49
293,532 293,532 0000000000000000646edf0c2623e1484dfe176f67ee29ee5f804763c0dfd3a4 0.17 MB 289 36
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,626.88 GB sent, 93.09 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.