Memory Pool Memory Pool Refreshing

252 transactions
0.08 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,913 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 236 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,912 (584,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
323,387 323,387 00000000000000001f7e25f901c76dc7e7141ddffbb3d34e0ec75c783c55d9b3 0.04 MB 64 70
323,386 323,386 000000000000000010ffc16d5d27b231f63b10c2eeb88cedfbe3260cd2df2689 0.75 MB 852 18
323,385 323,385 000000000000000019e05cb96c7e1100837189c1321891636a08f1d7d46ec9c8 0.75 MB 1,573 30
323,384 323,384 000000000000000018cef02aca71e3642187e502545672bee73cc95a1bdc2469 0.35 MB 851 43
323,383 323,383 00000000000000001d7ca6e392ff08601a3970989d1bf143f1fbc647cb05425a 0.75 MB 1,115 23
323,382 323,382 00000000000000000f2d389ab8cf7a1d3e7ef9e679e4a93912120ce84575e3c6 0.35 MB 907 29
323,381 323,381 000000000000000009917e77f9ab008dbfc2edf0f547d1d47575909278d6c0d7 0.32 MB 1,024 58
323,380 323,380 00000000000000000c0198c30515b80c9db35f90ef89e5e7b07dcb84ab6d06aa 0.01 MB 9 21
323,379 323,379 00000000000000000f01e28084ef1eb1c5fbcd51d1dc07039fdbffd957cb7006 0.71 MB 1,246 30
323,378 323,378 00000000000000000940da10b4568e25fd306680fc21a69a7cf34e95239d8807 0.43 MB 363 17
323,377 323,377 000000000000000011b07afe863ef3171ab58e5a038e9942557f76b7b6028f61 0.75 MB 2,059 38
323,376 323,376 0000000000000000140a0d004a583fd8f981e0be16047481e6b742d041d4dd6c 0.37 MB 704 29
323,375 323,375 000000000000000015f3c1c20b8f96edfb66d746e84cecbea87f3c1c29107561 0.35 MB 429 21
323,374 323,374 00000000000000001440c469dbe17caae19f5143651d742eb83a8262065f4c36 0.19 MB 281 24
323,373 323,373 000000000000000002233fd614f34326da84671670ab3f20cb727234e099d650 0.93 MB 879 17
323,372 323,372 00000000000000000ebcb27430fa5db5f4550768af081445b70c3e2a709279d1 0.75 MB 1,906 40
323,371 323,371 00000000000000001e769747cf123f5fe66998ff66f7e60e39a5198530277b44 0.83 MB 1,443 27
323,370 323,370 00000000000000001c096505f5caa57db690913f8ee2c6c648b0ec9504e6f3f8 0.45 MB 930 31
323,369 323,369 000000000000000017fccd5b96bf2acf7b29fe685a4272d3e80f2f207d7e0bdd 0.25 MB 492 31
323,368 323,368 00000000000000000a5040866a560a1924772872c3d58368d1b99a18a8bb5d1d 0.21 MB 325 26
323,367 323,367 00000000000000000cef4f63e32a0321eb090d04659df186419c11bc643b4f52 0.01 MB 26 19
Previous 10 blocks ↓
Total Size: 769.38 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,644.02 GB sent, 94.83 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.