Memory Pool Memory Pool Refreshing

9,248 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,870 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (732,251 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
175,446 175,446 000000000000062c2ca0374f5352f4d84300950fb7f5a9c268905ca07709d8b2 0.02 MB 18 52
175,445 175,445 00000000000009f2d9ec2b4c7966f06cbc8783cb836dc3432e3b17eac8e3848e 0.01 MB 14 84
175,444 175,444 00000000000003db3f114322b3ab94430c3fac7eca3cde19f13a89191608cdd2 0.00 MB 14 81
175,443 175,443 00000000000003d402bc2b7de8fd7d1a85a19848950f40769758527c0e22ec47 0.02 MB 46 228
175,442 175,442 000000000000064002e3298066b3586a8a7e0fe2823a5798fb974666c8792f8e 0.01 MB 17 253
175,441 175,441 00000000000007638938b045a9eb64a633570763cf8b9a8289a76017e179b22a 0.00 MB 7 435
175,440 175,440 000000000000064abaaa3ab12108c705736e843e09a29bd410c4d981d6a81181 0.01 MB 46 0
175,439 175,439 00000000000000055f83f0048b2bcc32f6b9509899329ffd4e5f1eda1477fa76 0.01 MB 22 60
175,438 175,438 000000000000039dd897ef5c6350b980a1502aa0b8c769565d60a28c0b7d3400 0.01 MB 31 274
175,437 175,437 00000000000003b2e918fb5adab8812f2dead42d263d23a0b36f5b4d5950fbbd 0.01 MB 26 66
175,436 175,436 00000000000006532d75599b65ad63a20dca904cf2a707b5ed887abec1af89d9 0.02 MB 37 62
175,435 175,435 00000000000001d6ecaba9921f0531f37973f6a3ff34e3eb6418677614df1e32 0.02 MB 66 40
175,434 175,434 0000000000000548edc757142250b17d5b00e59a2de88ff756ad0e9fb103642a 0.05 MB 149 26
175,433 175,433 00000000000003f299e7a7edbd5fa84a16ad3ab8c3e77dabcfbf03590ef61c32 0.03 MB 83 20
175,432 175,432 0000000000000067dff73538ba93d582f2410613d05d064a0b1fb71e8263ff5a 0.06 MB 68 130
175,431 175,431 000000000000050a345607021791d25550c6aeee5d8cf06ba8e324762a79cbd4 0.00 MB 9 22
175,430 175,430 0000000000000036ccfe67a53ac37ccc5a4befdd4945b2ed5ce452513f21c9b2 0.04 MB 82 169
175,429 175,429 00000000000004d81a1cbfea4354dcb52521ada72e1f9e266a0002aacfba1918 0.00 MB 10 58
175,428 175,428 00000000000009908b7457db902bf1f9efae5f8a132e0e0fe4af46742dd149e4 0.02 MB 37 55
175,427 175,427 000000000000060531c2fa5b88c07cef1060e0c698c68fab9ecd7ea681e3ff4a 0.00 MB 11 473
175,426 175,426 00000000000003e6538b0dcac16db40a611a872ff53b4e02aeeb4a2c2d040738 0.02 MB 72 69
Previous 10 blocks ↓
Total Size: 768.98 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,616.44 GB sent, 92.72 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.