Memory Pool Memory Pool Refreshing

3,254 transactions
1.37 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,941 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,846 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,940 (70,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
837,244 837,244 000000000000000000031b618f35c21fe76d575f276ccaa1b85f2d509c554fbd 1.81 MB 2,371 15
837,243 837,243 00000000000000000001f16c16e9e693b5b86098965a4bf5bd139c8b2f7e88b1 1.59 MB 3,221 25
837,242 837,242 000000000000000000005ea1485d83d0dc4b1e083c6faec3cc44999fa66dd700 2.02 MB 1,953 12
837,241 837,241 00000000000000000002680d22991a69d194a52d7278caaa10912659cec60702 1.84 MB 1,263 9
837,240 837,240 0000000000000000000083648ea4bb71bdd88fcd73c40dd092bf520883d74cb0 1.89 MB 2,801 14
837,239 837,239 0000000000000000000124141aa821f2b25859194502c7c853a0f3d54b675f42 1.64 MB 1,524 11
837,238 837,238 0000000000000000000134520f612e95707d86b18859fbb9f4d3235cbc9c6648 1.32 MB 1,355 11
837,237 837,237 00000000000000000000c54575b0391b84864a5799d77bff878a284c5ac14a4c 1.79 MB 3,237 14
837,236 837,236 00000000000000000001b543170edc59672e14ab3360f8a2f925c43b841ad428 1.65 MB 3,693 21
837,235 837,235 00000000000000000002b69b7edfd74bf54d91204f7a0dcff17ca0ed4246a40e 1.71 MB 1,839 11
837,234 837,234 00000000000000000000eaa8a14d472c9cdf306ff1f3b8b1886e27630ab38f55 1.91 MB 2,662 15
837,233 837,233 0000000000000000000286b2a079e07b9f9f8bd3be286af1a00c03f64f2cf71b 1.77 MB 3,351 17
837,232 837,232 00000000000000000001687eed93496a6fdb88208b7cdc194265c751deba283c 1.60 MB 3,431 19
837,231 837,231 000000000000000000026e15493e9b4b9b2a4f5d885fb4f2f0f45f2ef1132ac8 1.14 MB 800 10
837,230 837,230 00000000000000000000a41427e921ad9a2d222a1e076b6b778208f2186a7f3c 1.45 MB 938 10
837,229 837,229 000000000000000000028a424dde3445bfe99f5097b513b245c5a5a9bded20c4 1.13 MB 245 9
837,228 837,228 00000000000000000000f64fd7bc767bb8d6be87eb554ae149dfe2c05d2ab10d 1.80 MB 2,006 14
837,227 837,227 00000000000000000000da18db4aa7fa50831f1dec1e4b793d96001b414f4ccf 1.97 MB 1,070 9
837,226 837,226 0000000000000000000042c5d1e2ac4188471edfdf7f7eb30331269d51a7eb55 2.66 MB 2,259 13
837,225 837,225 00000000000000000002a5b0e34ee668d669e999de5e3629ccf7fcd4e8d53a8e 2.15 MB 879 10
837,224 837,224 0000000000000000000099d98554cc8a699bc34138925bb1fb3f4dd8e867bc42 2.33 MB 1,339 11
Previous 10 blocks ↓
Total Size: 769.43 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,645.59 GB sent, 95.11 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.