Memory Pool Memory Pool Refreshing

296 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.07 vMB 296 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (352,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
555,596 555,596 00000000000000000007eed06470161d8bc3d922ea2fe174810d0f1c34cf899e 0.59 MB 480 2
555,595 555,595 00000000000000000027cbacd6bb816315ece1f54bccb1b214f60c3fe0fbe5cd 1.17 MB 2,597 4
555,594 555,594 0000000000000000001edfd7e3d2d13965400c0eaf943580e6db12e9de9f35ac 1.28 MB 3,061 16
555,593 555,593 000000000000000000095ffa464f9aeff2769ddfe323fe93e10ab5fab0eef3b3 1.24 MB 2,946 29
555,592 555,592 00000000000000000010a051c0fd9d16199aa795daa8409e6adeaba06f926359 1.27 MB 2,492 13
555,591 555,591 0000000000000000000c9e07440b480a0142fbb22da24f5d1f34b8d76a4be7d4 1.25 MB 1,421 7
555,590 555,590 00000000000000000034f8122caded408fb6036a39f7e5ba43b8a4b10a1d1547 1.30 MB 2,351 7
555,589 555,589 0000000000000000001a78ef771fb71b47364e7dca1ffa2dc9d75c04e12431cc 1.28 MB 2,671 12
555,588 555,588 000000000000000000363987d2c240d1b8671e8004bc490525b9ec9ca65fe390 1.23 MB 3,082 34
555,587 555,587 0000000000000000000e60ec019aca16857feae69490dc3494be3e816d7b19f6 0.10 MB 232 10
555,586 555,586 000000000000000000192c05feedd801faca82c49d1fda2e03cc6f32a2c5c2e8 0.10 MB 182 14
555,585 555,585 0000000000000000000a4d662f5f8b6f0e50ccb52e3002def21514bdf0b73723 0.25 MB 493 13
555,584 555,584 0000000000000000001046d524bacf3cdf845a64260ab76edb7b32ad54a6be8b 0.10 MB 185 12
555,583 555,583 000000000000000000089aa9f09f4ee6a6dbbe2f05b8265a5ca526ada57a00f5 0.93 MB 1,310 5
555,582 555,582 0000000000000000001557c5b66908a2942ac4c286d9dbb269bf85a7f639c726 1.23 MB 851 2
555,581 555,581 0000000000000000000593c2929ebe7d9389ce95bbd4aca2165d5dda7f43c8c7 1.23 MB 1,978 8
555,580 555,580 00000000000000000004ad9315a1b9b3a562a01330ec3ad17da8bc06b8a3fc83 1.48 MB 1,774 9
555,579 555,579 00000000000000000025f2425b45a38cd62af1da039042440ec93f1850669423 1.40 MB 2,431 5
555,578 555,578 0000000000000000002c382216ce9d957394c03927e4a3268ce95b25c1fb506f 1.19 MB 2,592 20
555,577 555,577 00000000000000000005f4754ab64c427a6593e2efcea9a387ebf7aaf6048ddd 1.18 MB 2,767 8
555,576 555,576 000000000000000000246c669a2a4a4c7c89d539b5144e2cd8276bc59e32cca2 1.13 MB 2,550 12
Previous 10 blocks ↓
Total Size: 769.16 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.76 GB sent, 93.70 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.