Memory Pool Memory Pool Refreshing

3,833 transactions
1.10 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,523 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (32,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
875,645 875,645 00000000000000000001b5b7189caa5d7510c79217047d2827fff401e9928f29 1.55 MB 3,760 18
875,644 875,644 000000000000000000021121316ea865d68537a9896e55e4203d6ddcf635e564 1.76 MB 2,682 14
875,643 875,643 00000000000000000001564b6e5df79be02e6b82f8722f38d857543b54615f9e 1.52 MB 2,942 21
875,642 875,642 00000000000000000001493b27381d2ea06d32bda4483dda4d82e0d567bdac02 1.59 MB 2,821 8
875,641 875,641 00000000000000000000ee3e3f63ca571d04bdb976dbd19891fd63e7d63ea465 1.15 MB 844 5
875,640 875,640 00000000000000000001f91c7ab446d4c6a4bc589aa6257b36c1e9c66a05c490 1.54 MB 2,683 12
875,639 875,639 00000000000000000000043655393c5d9eb69f55585dd4df0165e92dff864cdf 1.54 MB 1,760 5
875,638 875,638 0000000000000000000297771417a3a549f13832f9e62c0833da336db830d66b 1.73 MB 2,278 7
875,637 875,637 00000000000000000000dc6963c5f70d098646201aad7fa99cd57e266521519a 1.69 MB 1,928 7
875,636 875,636 000000000000000000021b5d035450b0ce45a07c6ccb6d903ec9c7d0e20ab96d 1.57 MB 2,939 13
875,635 875,635 000000000000000000019033d1b7c7efa2742a378272b1e24772ab90a10033da 1.67 MB 1,754 7
875,634 875,634 000000000000000000000d17dde5799d86846299dd31c729485c53c8b62d9b62 1.47 MB 2,822 8
875,633 875,633 000000000000000000003af5af6e253410eab3422308a868efc619c22ea942da 1.57 MB 3,449 13
875,632 875,632 0000000000000000000150af6ecb0b465dcd98ff3a7c7bb45f26e939d9bfc114 1.40 MB 2,316 11
875,631 875,631 0000000000000000000286a12bb72f8d6798478e1fdddf3da2b0109994bdb6ac 1.59 MB 3,671 13
875,630 875,630 0000000000000000000179f94706f4dbc81d935dcf9036e9d15159f5f8b38278 1.62 MB 3,330 17
875,629 875,629 00000000000000000001c8ab481c1b14109701ca448b1aa41f075011899ea7fc 1.72 MB 2,626 10
875,628 875,628 00000000000000000000f0062299f6ae475b76d5d31167dd9783ec5959f92d4e 1.65 MB 3,368 6
875,627 875,627 0000000000000000000126c9d336c9bff50216993c9a80656a97a59365fac434 1.34 MB 2,107 10
875,626 875,626 0000000000000000000086de1f4815ff0f7f0411d846301c5efa1e437130dc22 1.46 MB 2,533 12
875,625 875,625 00000000000000000000719ed31fd3e0053359bbace3099e50f99c9aaec0ba85 1.54 MB 3,638 13
Previous 10 blocks ↓
Total Size: 769.31 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,642.76 GB sent, 94.48 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.