Memory Pool Memory Pool Refreshing

6,271 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,655 (705,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
201,887 201,887 00000000000003a3343ea5488530ea756c047b98f8b5540e56ce6975aa2e34eb 0.01 MB 32 0
201,886 201,886 0000000000000356c4fe7e15912ee96dc8deecc9f4f26ecfe41b7a31b9463dd2 0.19 MB 332 313
201,885 201,885 000000000000022ca3c15d3f3fcc23a778a02dd396c0d77932b2c4997fde8426 0.02 MB 55 225
201,884 201,884 00000000000004296b61e946aa8037ad281f7b6022273984abe1351ead68b1a0 0.15 MB 349 245
201,883 201,883 0000000000000124874882328815cafd1a4e9ebf79f91a4e58ce58c2ca6730ab 0.16 MB 421 264
201,882 201,882 000000000000014b7c06dd03b6678e199d9e5a36e6f5c4c5bbe5956d3643bc8a 0.09 MB 224 248
201,881 201,881 000000000000031a226b2a78dbcb7f4b833f8a9f4ab33369d2e7fe044dde4059 0.14 MB 380 245
201,880 201,880 00000000000003b00ce94b7c432cd1252033cf401ebb120fbdd9ca72676be2b9 0.09 MB 254 240
201,879 201,879 00000000000003b7e62f0fbe6d53b9f86cd0df9dd09c4d36d4d2525b9511f916 0.09 MB 219 217
201,878 201,878 00000000000002e5208a147cd36303571c11592b836bc0d45001fcad4d37f80c 0.16 MB 474 266
201,877 201,877 00000000000001a75282a9ce862b63080a3d7497628bf78af2d12a1bb15be43e 0.24 MB 423 111
201,876 201,876 000000000000032f840a026580418c7c7b26bc7804a049953e921ef30e0e61a1 0.13 MB 329 287
201,875 201,875 0000000000000064e78ce0479785fb62f50cd83478053f7b03e6b37ae428b8f3 0.16 MB 303 207
201,874 201,874 00000000000002d7531e9144573730ecc8e2280cf6184bad68e8b4c1d874f001 0.03 MB 64 98
201,873 201,873 000000000000052dec74cc59f12346f2802cfbc8c1f15f9b5a6609fddaffcc0e 0.05 MB 92 32
201,872 201,872 000000000000007777e89e467ce346cd7a507c1116ada8fcbb05375db0d2ef78 0.06 MB 95 87
201,871 201,871 000000000000014eb9dc0a82dd8188abbdfd7c969ccc87ea9a1ddfbb948f6d62 0.00 MB 11 188
201,870 201,870 0000000000000538efa1af6fdfb5844bab57c615f5da49109e942220f3f4e7e3 0.11 MB 288 235
201,869 201,869 00000000000001c76689f67f08117947a03ecedb3e3777a0f5bd59b053b5af50 0.14 MB 384 190
201,868 201,868 00000000000003bf25d33018e7f9e71385ffacd863863820837ae6f67c1a319b 0.04 MB 110 183
201,867 201,867 0000000000000221fac2ffc3c27c8fea1e0134490e8a8701a6590b375fdcd4aa 0.11 MB 201 89
Previous 10 blocks ↓
Total Size: 768.90 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,599.02 GB sent, 92.26 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.