Memory Pool Memory Pool Refreshing

5,591 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,059 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (553,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
353,942 353,942 000000000000000005f785bc9f7a57f92086f63dd8b1211f4f23d331cb649e2c 0.53 MB 732 16
353,941 353,941 00000000000000000ced6bc827b47ec616eac37b56386d4a70583465da660b01 0.32 MB 680 31
353,940 353,940 00000000000000000a52f41e2e1e6a63254ac4fccc6d837688915392b098acb6 0.00 MB 1 0
353,939 353,939 000000000000000010f014c5f7e678f2cf7198e4b8db80dbf30ec4ddaa5141b6 0.61 MB 1,230 27
353,938 353,938 0000000000000000142feb125ca6f4dc2413e5097aee426c54aa7056446fd6df 0.25 MB 417 21
353,937 353,937 000000000000000000d29cbb57c95d70c57adbcb8c0dc92842687c4fa4144331 0.10 MB 114 11
353,936 353,936 00000000000000000900ee29c9d32066a5679c77b880a2c1319ad93a5dc829d4 0.69 MB 694 14
353,935 353,935 00000000000000000d2dae295eaa9f44280f8da28b0a32c82c8791b8e3815977 0.90 MB 2,598 41
353,934 353,934 000000000000000001c170edab18c6bc269bea99d4c5ab3b13eedcbf1eab74f2 0.22 MB 380 21
353,933 353,933 000000000000000007b5c19a4838a9a2ba94950e45d4bf2a0cb172368245156d 0.75 MB 1,497 28
353,932 353,932 00000000000000001088e055e80ebf28a6315882e16c1de451b69ad49e906b60 0.41 MB 579 20
353,931 353,931 0000000000000000126c3c772ddb831a15f97b024362df51f78f9383490a9994 0.20 MB 512 36
353,930 353,930 000000000000000009d307ae9d8db7f812ff2e447d97fc0a7dbbee9dc13b319c 0.06 MB 34 4
353,929 353,929 00000000000000000ae6d5d541aca7ffab8585a25325bc30d0274fdcfc8c4af6 0.14 MB 180 15
353,928 353,928 000000000000000006e99f60a3bc4929d02341cc1a73b1f333d83efab7c56aac 0.50 MB 1,065 25
353,927 353,927 00000000000000000f2a298b636ca33c5166019ac26b85085fc6001536ef2fdf 0.23 MB 485 23
353,926 353,926 000000000000000006d19d753a6f9961547555e88a85d9e649b96b6274058fd9 0.55 MB 1,041 25
353,925 353,925 00000000000000000dbbfcc8371782a108e53881af156ea0141962d4c890ceac 0.10 MB 80 9
353,924 353,924 00000000000000000f5213ef3e969433ee93b58fa140511782ed844ce660ba73 0.68 MB 1,467 27
353,923 353,923 00000000000000000e4745701669031a0aa21794bc3327e6ee340bda68d96ed4 0.42 MB 778 28
353,922 353,922 00000000000000000025dcb57b5ca5f72f1f2db5744c5bcc866088b97eeb06ec 0.26 MB 527 27
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.