Memory Pool Memory Pool Refreshing

1,731 transactions (0.61 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,063 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 1,731 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,062 (834,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,966 74,966 00000000007e15279656937ee6cbe8911893538d214fd631e298ac0aef6d922e 0.00 MB 2 0
74,965 74,965 00000000004dd2c7c0b0595dc1204ab593b6af81a0f9d826281bd39d1013e431 0.00 MB 2 0
74,964 74,964 00000000004e7ee86997df75fbde032f9f99efd3d36f600ce8a01d20293003de 0.00 MB 3 0
74,963 74,963 000000000067c70997722c36e9635c6b32697e551f2702fb115ca271cb9591d9 0.00 MB 3 0
74,962 74,962 000000000015e1de340650cc134096d9a22bd0e806ba39230162f20dc7eb6f78 0.00 MB 1 0
74,961 74,961 00000000003b9b0c4a6426a7a180b6270ce5253c5095444b59b56b6e82198702 0.00 MB 6 0
74,960 74,960 00000000005a61fbdcacd0a311abc8c4e02b61779714ccd555a68e24d9c57058 0.00 MB 1 0
74,959 74,959 0000000000603d4bba364136d82ad96ab98daf82f8069dcf402330ee20927f2d 0.00 MB 4 0
74,958 74,958 00000000003e1b44effc70c04f0757539d754307a3f4b4a76cee41012723c39d 0.00 MB 6 0
74,957 74,957 0000000000353dc4b235c297f630eb8460e3d92f38dd0e92b825b5a220122256 0.00 MB 3 0
74,956 74,956 000000000060f7be2436a281e4739a87fadf82391caa968d2517a5ba146e139b 0.00 MB 1 0
74,955 74,955 00000000004ba9fe956dcfbe62388d313c75263ac0a2f18c4ebea3d1c66c0b4a 0.00 MB 2 0
74,954 74,954 0000000000499bdaee46f85ee0d053d9ab1b62adcd9f667b06ccb4dc6331dbb5 0.00 MB 9 0
74,953 74,953 000000000008c63cd417c1840a0f8fc03fcd79edf54a3ae4dd030a942f968421 0.00 MB 1 0
74,952 74,952 00000000004d4596ad89c0f8b66e40ea8de7ca84f7a1c7e55a5716a45b02cc76 0.00 MB 2 0
74,951 74,951 00000000004c3282f84d89661e7d17c830f14ac51647b21e5b07e612f170e27a 0.00 MB 1 0
74,950 74,950 00000000007b76cb57cb73e12f8987ca784cdcf3e420a5873b3ea57ba9662c89 0.00 MB 3 0
74,949 74,949 00000000000163caa2651f7bceffa416e02b5c6704f90a3ae92e7f953c19ae35 0.00 MB 1 0
74,948 74,948 000000000038bd2dd2ae916cb86d2225241e551a4583b1d24dd2b9c69a0b641f 0.00 MB 1 0
74,947 74,947 00000000001f78a206ce7fae2735f4a69de0a75e76fa004a343b2176c0534dd6 0.00 MB 2 0
74,946 74,946 00000000001594150cfa05ca43385a33bc64572a58d9cb1bc4892bb7c8471365 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 771.66 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,899.41 GB sent, 105.82 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.