Memory Pool Memory Pool Refreshing

5,971 transactions
2.63 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,783 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,780 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,782 (28,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
879,640 879,640 00000000000000000000501415cd942767fdbf3c35f44ca8bb4092e4705f83a1 1.46 MB 1,063 2
879,639 879,639 00000000000000000001c89372d8e3c509c5a00b7d36dd6dee9f29b26b21c61b 1.79 MB 2,565 2
879,638 879,638 00000000000000000001f0bba3f7b01c7a274e247ed1064a8f4e19ce621facd6 1.65 MB 2,665 4
879,637 879,637 00000000000000000000c68d112629014ceed4145576b452dd03a47f6dfeaa94 1.56 MB 3,045 6
879,636 879,636 000000000000000000025509b0ac61510c6f0aa45c7d0a71c3c146c5422fc0d8 1.66 MB 2,991 4
879,635 879,635 000000000000000000017aa67d4397f078c4df22c7cbcbdcc0fed852dfe51cb3 1.66 MB 3,386 5
879,634 879,634 000000000000000000008c7727cb57b732b6889c5de807a4cf567d1ae31abedc 1.61 MB 1,989 3
879,633 879,633 00000000000000000000026866f4829268ed4cb4da6d088c0071ccb043ffac59 1.87 MB 4,236 4
879,632 879,632 0000000000000000000191640ccd52f87cf39baad38ae7754a27aa17148d6793 1.64 MB 3,676 8
879,631 879,631 0000000000000000000108a9ee084fe5a8b0e0a435f329e5d7f41cffe47b349e 1.70 MB 3,885 6
879,630 879,630 00000000000000000000dd3d521cb8d0df7b6e219d6222f0976148734ad6ab21 1.73 MB 3,958 6
879,629 879,629 0000000000000000000200826a7a1d2cf4eaf22b6f421e46cd1ace54e012efd2 1.67 MB 4,148 7
879,628 879,628 000000000000000000019fac30f5fd1de25aab245d5e8cd67bfa5f55e61f5bcc 1.72 MB 3,042 13
879,627 879,627 00000000000000000001b750c2d7ef0f3d9f7c8d7871e428f72f61694a8d79d1 1.81 MB 4,607 4
879,626 879,626 00000000000000000001fe5c1c5310255c8f51de29346e86a4a09d16e78aef0f 1.67 MB 4,183 5
879,625 879,625 000000000000000000016030e59a9245bb2bf507b5144b230e73f1ef49e6c0a7 1.68 MB 4,274 5
879,624 879,624 00000000000000000001a5fd7d13f6e82c27211a4f615577960a61250fe6a349 1.59 MB 3,750 9
879,623 879,623 00000000000000000001560bd0ef679a931f577d0e17e24e7a916de128be63e6 1.75 MB 4,662 5
879,622 879,622 00000000000000000001782484cec1bfe8273c08e88ce71dc46e786d080b44b0 1.88 MB 4,606 2
879,621 879,621 000000000000000000003923d494d486537cf679ba803f7fa917346f8e46569f 1.71 MB 4,413 6
879,620 879,620 000000000000000000012c069c3f8f23125eb3e52aee2d46bc45c4ce9bae7dfe 1.79 MB 4,501 2
Previous 10 blocks ↓
Total Size: 769.13 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,631.79 GB sent, 93.57 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.