Memory Pool Memory Pool Refreshing

6,348 transactions
2.41 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (702,845 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,854 204,854 000000000000050b9d9b1ebdfea958c0334a430ff1460dabe2368db862b995e7 0.01 MB 22 241
204,853 204,853 000000000000026b99c078dd8222c8a9136359b27b27fa1079977637a3776602 0.04 MB 85 134
204,852 204,852 000000000000056c952c47ca97eb903057b667b9c1b2f207f05ac3abeb52dedd 0.05 MB 143 36
204,851 204,851 000000000000029fa18128b0fc1f8ee96fc3be523c3f8d15c0b3f5d4d7b11a79 0.03 MB 83 106
204,850 204,850 0000000000000274d6db180fc3c0b8271fbce1325179b9e6226705644acd83e7 0.13 MB 257 113
204,849 204,849 0000000000000316f28f6d82ce646f6101218c77947e67176d6d8678931f37d3 0.20 MB 357 87
204,848 204,848 000000000000017f4fce4ac6b8283284f018474d189278852d6159e32f44c815 0.04 MB 104 58
204,847 204,847 0000000000000474a7c90e3ef4c01fd06f678eefc801082f21c4de467443788d 0.13 MB 370 153
204,846 204,846 00000000000000128c8733a9e765787a72c7a5b776d3c241279e6e8615b270d5 0.14 MB 278 106
204,845 204,845 00000000000004431b730ad1e099604577909611f66f3948b578442f70429d7f 0.38 MB 864 136
204,844 204,844 0000000000000084507818ba26371e8b79e5035b376d13de76c8949e0d644085 0.37 MB 656 87
204,843 204,843 00000000000000efc1a69a573e3841f9a9b822244042cc3f934a07f7d4452709 0.03 MB 28 97
204,842 204,842 00000000000000b648240bb710a08fbb448b5f3e4d7f965240c266636b0890c0 0.05 MB 93 11
204,841 204,841 000000000000019e11149044900eb0904a069ab5585c132112596ceaeb5c075f 0.11 MB 112 130
204,840 204,840 00000000000001721006216f100a02dc7d537efb3646d4c6f716b7896f40238c 0.07 MB 133 87
204,839 204,839 000000000000016c02067fa9014c46b35ee6c489cae250a71a66f84e76ab660f 0.00 MB 10 46
204,838 204,838 00000000000004a635812d6ebc51995e30b7d2f4228cd766c605767a67ede9e8 0.00 MB 14 303
204,837 204,837 0000000000000123694b574f5c63266dbad28ff5a97faf3c08fbdbe0650da5f7 0.04 MB 88 85
204,836 204,836 00000000000000bbcc5dca4c38a1bdea1ea77aab4cdf91dbd9267c6b46a3a3a2 0.04 MB 40 55
204,835 204,835 000000000000025fffd0233a848c44e9ab639d176f6237f9820647ff5aac2be9 0.04 MB 75 77
204,834 204,834 00000000000001fb44559aa9b7b080e9b1c8cd814eb9cd782fd597e4c9bdf656 0.11 MB 253 154
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.