Memory Pool Memory Pool Refreshing

4,124 transactions
1.75 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
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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,507 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (727,972 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
179,868 179,868 000000000000049d2de72438c0eb6e0c48902dba2aa577152f6a123477969b71 0.16 MB 290 126
179,867 179,867 00000000000001481f4290d29f15d605f37c3b90ba56431096a6b9c9f7550d69 0.01 MB 45 154
179,866 179,866 00000000000001582d370a6686ba9b3b0c386b7951cc1f8371fcb51f42b6019c 0.05 MB 133 97
179,865 179,865 00000000000003d948b63005f14476e41a70dc36a53a7e1c514dc687001cee4b 0.01 MB 13 41
179,864 179,864 0000000000000835b437cbc752b9e0dfcb3377fb432770e556f890d07a938278 0.03 MB 71 137
179,863 179,863 00000000000008275dc26c39d9fc3818fd9a709791d9ef8fbac8c6fb249df4e9 0.03 MB 88 138
179,862 179,862 0000000000000572f91b3fe93532d86b6bf7aa3ae670f5b16c90824bf67fce29 0.05 MB 105 92
179,861 179,861 0000000000000859e10868f51cab3c639e477b119bb7bd277c39c4f939605775 0.01 MB 21 64
179,860 179,860 00000000000001fa77db8b607e28646b6d75b5bf4dcb6f424a34ee54b67e760b 0.03 MB 82 71
179,859 179,859 000000000000097544ce8e19625e5f4059c5469a43014bd4d2571daae0d518cb 0.04 MB 75 102
179,858 179,858 00000000000001e1197f50951e30124f368eb2044caceb05d7a2fa0b55815f6f 0.01 MB 18 320
179,857 179,857 00000000000006979b1f3b32704579be7f97fc1f743e65094c3e32f7853bb709 0.02 MB 60 101
179,856 179,856 00000000000001a5a3b64bc27e2aeb76512c58c578ae7751de6a49410d22e50e 0.05 MB 122 151
179,855 179,855 00000000000002e240f9ddf377826265674192f0f490409774c18fcd921d7b8f 0.09 MB 213 177
179,854 179,854 00000000000001871d94bc5a4fbb7dff7c55385f3b630ef65682bacc9fad0935 0.06 MB 108 147
179,853 179,853 00000000000008f13063098c59514b3c54ab43f4b5136d07246434264d98634f 0.14 MB 316 115
179,852 179,852 0000000000000727224e2e4f91740e7e14025a0c6168cea132b36e7f4bc865d3 0.00 MB 1 0
179,851 179,851 000000000000064a6533baa790b48aa5c07d28de271398cc616138378a948976 0.05 MB 86 562
179,850 179,850 0000000000000906599659e01817af4239880ccd160c576a4f11bbfd44123ace 0.00 MB 15 10
179,849 179,849 0000000000000148e545ad218d52bba55170f2ce4fcdc670f3bb1c81ae8694cf 0.08 MB 147 185
179,848 179,848 00000000000000feb16f8d863b9422559a824cec75c32c44a1ba19108666fb1d 0.03 MB 82 232
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.