Memory Pool Memory Pool Refreshing

2,498 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,870 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,023 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (735,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,748 172,748 0000000000000322bd33c778e300c7384c14a806f914f6a2b99cf918218c44c0 0.00 MB 13 92
172,747 172,747 000000000000039ee901b5453e78ed6a1b6f2a92107ec1715fcad5cb0a753dc2 0.03 MB 54 61
172,746 172,746 0000000000000923dd52d7aff568acff101dbde525bfc24ec5ab038bc26129d1 0.00 MB 1 0
172,745 172,745 00000000000006bec054df285d65bf63dee778b27efc6ded3bec39395d33b992 0.00 MB 5 130
172,744 172,744 00000000000005e703b911c082fb2de6de586ddd29dc1872370fb44e05e51726 0.00 MB 6 56
172,743 172,743 0000000000000a4dcdea6a601f68163211899a6eb95423d8d224c1c6356d1bdf 0.00 MB 1 0
172,742 172,742 0000000000000a743056518e872ddc0cf984c87952ca66da57ddb812cdbfd823 0.00 MB 12 71
172,741 172,741 0000000000000719cbc655518ebb5d156a66b14963a848549e7af6b21f2542fc 0.00 MB 8 0
172,740 172,740 00000000000007299f90be0032026734ecf906d84a82799b724b33d3ead37b5e 0.01 MB 16 86
172,739 172,739 0000000000000a4c87e8f755f70a079eb172c92195d408726249c69009373fac 0.00 MB 1 0
172,738 172,738 00000000000007c81cbfa988d6c220c0288f3f44aa0900f0593f244ff8c08d16 0.02 MB 46 127
172,737 172,737 00000000000000ebde0082f16993953e943e105e5588e57c5e3a7de3dcea889b 0.04 MB 136 69
172,736 172,736 00000000000005d963cca6e7cd888d7110caf4dc3ca9fbd996904c8cc544c457 0.00 MB 9 138
172,735 172,735 0000000000000b1473c5823e284c68020ac1ecc01b2f804a16488ee825dec7ab 0.01 MB 28 80
172,734 172,734 000000000000064b745bc4b431c892352e05cd9e4bc6932bf67805005bc0ef7a 0.02 MB 56 6
172,733 172,733 00000000000007db14a7fe9b574d4ce4ce0a40af796ee92d7ce1265d9ecef7ff 0.03 MB 61 89
172,732 172,732 00000000000002cedcd2dce9f685a2ea16611e96030337af72c1474c9fd48507 0.05 MB 136 54
172,731 172,731 0000000000000923b989640f0ec16159e95ccbecfcb7cac09fa2593b97e99581 0.00 MB 11 612
172,730 172,730 0000000000000570a9c5582cfef2a6b08d3f2d4b4a360e9a72203f42dedf2fb6 0.00 MB 1 0
172,729 172,729 0000000000000218fb93730660a983f21f087fc2c903266b05e03e4cf5a9b94b 0.00 MB 1 0
172,728 172,728 00000000000005e9bf892f2c767da7e8b9a16d61ce35a41750b71aa4bd5a0bba 0.00 MB 6 755
Previous 10 blocks ↓
Total Size: 769.30 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,642.59 GB sent, 94.41 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.