Memory Pool Memory Pool Refreshing

3,985 transactions
1.89 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,824 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,275 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (752,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,422 155,422 0000000000000ce60f5fe591464e6efdf0dfb144d67ffd6c78abf7c638fd01ad 0.05 MB 62 87
155,421 155,421 00000000000006d20115e598076e937900a7ab592f748e08c3321e6a6d1a186c 0.00 MB 12 193
155,420 155,420 0000000000000b8759779c98ab2c7d0ed64ae17232b11217344c6381f22426fd 0.03 MB 53 374
155,419 155,419 000000000000054bd8c87d0547a9419ba4bfe8ebedb60d9083b71644e9e8650b 0.01 MB 24 46
155,418 155,418 000000000000067b6ff0ff03f9d547884312b85a2dce2ae006123b279a744cde 0.00 MB 1 0
155,417 155,417 00000000000004f1bebc632e3f06103f807878c5f0725c1de828b64a49428a85 0.00 MB 14 342
155,416 155,416 0000000000000da2bb895565beea8c23a95fc84a94ee04e1dc495600ac7871c2 0.00 MB 10 0
155,415 155,415 0000000000000e64a952cc85387802d21ef8b37b58031ee64eb70d9a539d643e 0.01 MB 27 186
155,414 155,414 000000000000008ca8ca01bc2a14ff6a1b214923443a874c117fe7dc84ee92c0 0.12 MB 41 52
155,413 155,413 00000000000001d25912570d595a2df8219b7696e0495e02962e16fc18e9a1b2 0.03 MB 47 55
155,412 155,412 00000000000004fc67b441576aa95755daa06ddf728ce742db1696c0bbf1789e 0.09 MB 32 49
155,411 155,411 00000000000009d367624a9e217b5878b3d3ef6f7f408400e25759bd415ababc 0.02 MB 26 26
155,410 155,410 0000000000000b510a9d71efc6a7f8a4079c164f5cb5a381b3c94adf16b0a3a6 0.02 MB 75 58
155,409 155,409 00000000000000a312733bc91d1f62e2a72faafc03e79e28d2947795a8d423d4 0.00 MB 10 16
155,408 155,408 0000000000000cebb1ab8444b5c6592e48d72c59cd07ad8ffce90248b47dad2b 0.00 MB 14 15
155,407 155,407 000000000000030b915f0d5dbf7496b39e7fb8bedefe32f5ea9a659bcc9d39d9 0.01 MB 30 86
155,406 155,406 0000000000000bd530bda9dc863c91fe00524263f81d479ad457e79e14fb870e 0.02 MB 43 6
155,405 155,405 00000000000009ff827692cb7532d31288e1a50e6d2846ecd6bfbcd8841ef679 0.09 MB 72 130
155,404 155,404 0000000000000933bb3907630691cce79bf4232ef2bd4981497a4fea27bc2e96 0.03 MB 74 0
155,403 155,403 0000000000000f20e49120b036cc087d7f1e67532c2bc7e5a6835db17a12f9c8 0.00 MB 1 0
155,402 155,402 00000000000005bcca405204be209548d3214635879c3c82c00799803e2c2099 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.21 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,634.30 GB sent, 93.98 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.