Memory Pool Memory Pool Refreshing

5,510 transactions
1.58 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,852 (577,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,753 330,753 00000000000000000391e415a9777b336e7b19bdc4334bb0854883e40946131e 0.53 MB 1,099 29
330,752 330,752 00000000000000000390d32ae4c163e4dd3a3eebaca555e02623cebf70151d95 0.02 MB 39 26
330,751 330,751 000000000000000010a394e3703b7c22eff6819f6112a87ae479b35cc7ae0df2 0.43 MB 830 26
330,750 330,750 00000000000000000e03146bd826d91ace9a3dc0437a59175f5b5a51b0ff708c 0.31 MB 639 29
330,749 330,749 00000000000000000d844bd9bdf5883cd6e248227966dd05efe448c7f95bc56d 0.29 MB 683 32
330,748 330,748 0000000000000000121be3e1886b95603b872383bdf5cb855ff0c1fa4da9efa0 0.16 MB 307 31
330,747 330,747 00000000000000001464d800b02374badb820296a7791b53a0f112ec262e3668 0.06 MB 120 17
330,746 330,746 00000000000000000851c00086dc57e17c939c934a03cef7271250a97305402e 0.68 MB 1,203 26
330,745 330,745 00000000000000000e2d4cc687d3b3193e4c36e7c95a6013c2fc028401ff4d55 0.34 MB 629 28
330,744 330,744 000000000000000005ed9b07e511da0cf7640ead8067c940f6a99f4ea1edf9ec 0.03 MB 32 31
330,743 330,743 0000000000000000013670d919accc280e1c6451b268d9aea35b7244c30e6856 0.13 MB 209 24
330,742 330,742 00000000000000000b218f9025961d25c9c30cbb945f756e04ed986c9bb9cb4a 0.16 MB 299 24
330,741 330,741 000000000000000010420abf905dd094dcd7cf77377f0287b0d261f6fd5a0609 0.15 MB 261 30
330,740 330,740 0000000000000000159362d520b37425110e0d4bcb3b73ac6f0845758315d178 0.21 MB 236 19
330,739 330,739 00000000000000000469a1381445f0fd5115a1933a787b682a60dd9b5e34b87c 0.15 MB 404 32
330,738 330,738 00000000000000001447d39f0d7a400879038d950d88ef4b2c24f4383446b071 0.37 MB 283 15
330,737 330,737 000000000000000019f4be2e316e5909e31d7dfb48218cc6c437ff68f3ef3d1e 0.35 MB 404 19
330,736 330,736 000000000000000003294781a7f1da9fb7b25f99f245caac3f5aa5944ea6ab7a 0.75 MB 1,741 34
330,735 330,735 00000000000000001711d47f21fbc548ab6c25d0bf2ce7cb5699eb17f78ae746 0.50 MB 796 26
330,734 330,734 00000000000000000ebce2d2b4afe41e8bd0f95a76074656aed16c20abb23ed3 0.31 MB 661 30
330,733 330,733 00000000000000000304ccc04e3291abf22c9c8c420b21282c134aa9b10d20db 0.27 MB 622 29
Previous 10 blocks ↓
Total Size: 769.27 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,635.30 GB sent, 94.25 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.