Memory Pool Memory Pool Refreshing

5,560 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,060 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (564,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,851 342,851 000000000000000015d1e6c81c79a65ad5349d0acc9d2a9e3a9e57412b42fc46 0.12 MB 237 26
342,850 342,850 0000000000000000072f50ac0e0f662fca84260ee6ca322a1a889afa135beff4 0.09 MB 180 19
342,849 342,849 000000000000000010f5e64d732feb5e75aea84e0e70b00c102fddea400f7a17 0.68 MB 1,499 29
342,848 342,848 0000000000000000017ea33e1abdb452a08c20672bb32d3df42631202af25dfe 0.25 MB 489 22
342,847 342,847 000000000000000012884c6e97abfe6de7cd48aa52933ef2f24e8d5055625b7d 0.61 MB 1,277 29
342,846 342,846 00000000000000000f08a8fcf627e0e2cdb4b81a65acb23ebf9e445e348cdd6f 0.54 MB 1,151 29
342,845 342,845 000000000000000003f809d3364e0b42fe94443db70124454d56f14d6a75013c 0.61 MB 1,247 26
342,844 342,844 000000000000000004b72cce545050131ce8d80df89580fe7e355a5876b1446a 0.36 MB 598 30
342,843 342,843 000000000000000003cd1b28f8c9a885b2b426a5bbc271dd760e775ffa51e4c8 0.09 MB 176 25
342,842 342,842 000000000000000004a4bbdbce7db1dffb04bcd217e79a0cd705a546f6c9e34a 0.16 MB 203 14
342,841 342,841 000000000000000001c215a6c9b61897fa2c5210fd69f188f0b6e6ec4ec04fa7 0.75 MB 1,316 23
342,840 342,840 0000000000000000075942bb4c539f3a28b4a86199ac1ed1d2a72b67e0084408 0.18 MB 505 35
342,839 342,839 0000000000000000053f849759eda8e556a2d970ca2c799c810724ab34c14816 0.58 MB 894 22
342,838 342,838 0000000000000000078584c890f489d4dd685a988f098fbd91954d643fcb4d0f 0.00 MB 1 0
342,837 342,837 00000000000000001669f3d4ef365c1a85cf1e70d59a7e16f29d02fb1fe4b3b4 0.54 MB 1,042 23
342,836 342,836 000000000000000009bd94cf2166dd0a2f0e659e86f9779325b015bc7b1da195 0.29 MB 553 27
342,835 342,835 00000000000000001352090fc501743eb6db94ddb4a5f0783e0bf46ccc3b6d44 0.32 MB 597 24
342,834 342,834 000000000000000004a93abc944232867944cdecbac885c6731305a8b6a13120 0.12 MB 229 25
342,833 342,833 00000000000000000e2f379ebaaeab0c795a205a622a93eacd379fc2a419e8e4 0.08 MB 273 6
342,832 342,832 0000000000000000170548b1b2fe55786c519a050d2c692730c05d15a1dc575c 0.10 MB 127 8
342,831 342,831 000000000000000017c1271cdb2ecc8537d57f10dbf2fe4316845fda028902fa 0.34 MB 602 24
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.