Memory Pool Memory Pool Refreshing

10,489 transactions
3.17 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,185 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (384,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
523,066 523,066 000000000000000000108711a59aabe81ad1557d9c45360f826237a6a467887b 0.38 MB 858 37
523,065 523,065 0000000000000000000093b87d66a35f272dcbd0ee6733d44cc5dbffe5a888be 0.09 MB 175 27
523,064 523,064 0000000000000000002c2b7d3a370c2f770cf42698fc919f69a1f93857853199 0.98 MB 2,112 27
523,063 523,063 0000000000000000001a9cad1b65821c7e061c09477651d1e99747ec35885b35 0.44 MB 1,269 39
523,062 523,062 0000000000000000000c1d67b6fff2efa615cc27e098b518aebc34d1358fca87 0.66 MB 900 29
523,061 523,061 0000000000000000000171c94ee3ae182a7c8edfbaaf544d3184e667e30a0f13 0.11 MB 157 48
523,060 523,060 00000000000000000001b6b6abd67c156a6012718784de00c52bcbf786006bc1 0.06 MB 106 22
523,059 523,059 000000000000000000169e903af6466b885fab4eea0a062f3b2a002c6e8115fc 0.43 MB 796 34
523,058 523,058 00000000000000000041a98701bb15ed3b176d10d8eb81d0ab43d5451ffd0f13 0.69 MB 658 10
523,057 523,057 0000000000000000001b13cf19654aa4ce8ea975f08c9d25ad229b3d7ed9f2ff 1.11 MB 2,198 37
523,056 523,056 00000000000000000015f6421bac0f094ecfa620221862c2a3b5f7f171ed23eb 0.52 MB 608 4
523,055 523,055 000000000000000000070d73790c9942e337d5040c13f82a168ff5e80bc09b6e 1.12 MB 2,292 36
523,054 523,054 0000000000000000003dfa78c6e990bd035c8119cadfbec4ede5a97ecfc18a69 1.18 MB 2,447 43
523,053 523,053 000000000000000000304a26f8d9e84681498003d882d0324bffb29e676e31f1 0.54 MB 742 31
523,052 523,052 00000000000000000028f9a0656f4540ad9e00a9dd1c4bde6fc636e1eb91b44f 0.64 MB 1,124 37
523,051 523,051 000000000000000000225a164d3397b60d2168ad58247cba1359248cf570b795 0.48 MB 1,126 39
523,050 523,050 000000000000000000133b44dab1a9faa8c79a1d0b0ee0e04e520937f2900116 0.63 MB 1,401 30
523,049 523,049 0000000000000000001c1b85ff0c77bac696cb9246f0af113307d4e980d542fd 0.19 MB 400 64
523,048 523,048 00000000000000000026c962c0d6f62b557de79dc5a1ff73660b3b275fed948c 0.18 MB 434 27
523,047 523,047 0000000000000000002df7b848a6ee72160c9e9fc558cd8761bbcbd3ebb233fe 0.11 MB 301 36
523,046 523,046 0000000000000000001e128b28c0d859f5103d4132ae203bc1443c41278ad26d 0.42 MB 971 32
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.