Memory Pool Memory Pool Refreshing

4,022 transactions
1.27 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,784 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (612,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,598 295,598 000000000000000037b84f9f52592539c04ddc600a76c8f64f967e678f16707c 0.14 MB 148 16
295,597 295,597 000000000000000079bb0d3735d8ab516bc31781488e89627d14ae5606390830 0.22 MB 512 44
295,596 295,596 00000000000000004aa70b416516bbe2d319bf85db99f4ecc61658cce87acd32 0.16 MB 296 33
295,595 295,595 000000000000000075c44c62ddeffb1eabde3fa2cfc53472c585c8386b6b24ed 0.04 MB 82 26
295,594 295,594 00000000000000006db4fe78df53163e1b8db5dbe2d7dfd6170a6f26ad102057 0.41 MB 635 31
295,593 295,593 00000000000000008bd775542e4142edca5edfd5949afd570c3c3603ef08880d 0.00 MB 10 24
295,592 295,592 000000000000000050ccd4819aca56414f8a19a4e60b95d0c9e147c266bd8e2e 0.12 MB 263 50
295,591 295,591 00000000000000001d3c571f18c0801411232be47f7b8a309376c1773c65f494 0.25 MB 434 44
295,590 295,590 00000000000000001a356d8e480d2cd912eb23152a52d1b7df9269f98c341036 0.08 MB 128 26
295,589 295,589 00000000000000009b2c782a29e48947154de20b071d5862163b9b34f639c232 0.06 MB 128 42
295,588 295,588 0000000000000000074ed91dbf799ff7f83e5944095194448cb5c6ff49ea1320 0.25 MB 546 45
295,587 295,587 00000000000000007db06de3ee6ba4e84140ffa68c4212f7fd332e73421bded9 0.19 MB 265 30
295,586 295,586 0000000000000000b103ab784cba8ff25fb14da45e56660dbf8cea660a2e0284 0.09 MB 183 43
295,585 295,585 000000000000000028c65609e72b9a0b03fd23bca6ebb939baf3c56617cb46aa 0.00 MB 18 35
295,584 295,584 00000000000000007f0b192bf1c1459ce424288dd785a22bc1f620a0f1e3de06 0.09 MB 192 43
295,583 295,583 000000000000000031eff840429d7cc8ed10c70bcd5190844a4e1007699283f8 0.03 MB 73 48
295,582 295,582 0000000000000000b1ed4786b2deb1d0928a4ecf26b0eced4073900d11295765 0.21 MB 312 30
295,581 295,581 00000000000000005718770749c054e65ccde7909d9b8bc66bc16e046f3c2c4d 0.01 MB 20 49
295,580 295,580 00000000000000003bd29bf427ab4e333bd9cb9c4afbeee5b67c478a68a3f516 0.07 MB 112 33
295,579 295,579 00000000000000002fdbbf99bde88e40e6ffd64bf9e58e68bc9fc855a4f2abfc 0.12 MB 155 30
295,578 295,578 0000000000000000447c7b517f2569c139ae5e54cf6600e7fe1b6a8a322308c3 0.27 MB 557 45
Previous 10 blocks ↓
Total Size: 769.27 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,635.30 GB sent, 94.24 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.