Memory Pool Memory Pool Refreshing

1,171 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,171 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (679,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,963 227,963 0000000000000098744ee62cb41b5007052f3ecae528f6fd691fa0e119e33f31 0.43 MB 512 116
227,962 227,962 00000000000001c58f5b97b235d5156424ef6488e1b9a9340225575882efc6bb 0.15 MB 256 700
227,961 227,961 00000000000000d90c91745f99602cd0406445a7863079bdac4a005775af1340 0.25 MB 715 295
227,960 227,960 00000000000000bb7761aa19a2faeb2a96690d7a9a059c1818cfdf562d3179fb 0.25 MB 643 321
227,959 227,959 00000000000000eae9f09bcae61aa107351f700e85b98e3f7fd78df4b2752840 0.07 MB 143 7,356
227,958 227,958 00000000000001c8d3154ed6c43f91f7f45ea91c053b5b4a448d54a855b170da 0.10 MB 259 261
227,957 227,957 0000000000000088d490bd1f8aae272acd8ad3e5a0f6dce5974419d3bdfc8b1f 0.20 MB 222 187
227,956 227,956 0000000000000263c84d6ce50e0109c369b3ba009bdb03e3cb0f5853b5c7a4d5 0.25 MB 419 148
227,955 227,955 000000000000008e11ab8264f82e26b4f185fd86ca9f7633bab446558fe16a96 0.04 MB 128 132
227,954 227,954 000000000000003a0e9b642d627fbfe8e07d8b946680c5dadc070dcacb754a29 0.24 MB 520 178
227,953 227,953 00000000000001c1c60ccc181159f351691d12cafc6665ca328618b5d4e6a0e4 0.10 MB 247 146
227,952 227,952 0000000000000203a2f5fdad5d64b109ab64b9331fb3aa28e814f9390e411acf 0.14 MB 255 148
227,951 227,951 00000000000001b29e89f70556c76bb8717059f515e42904f237cec9c8d028fb 0.16 MB 422 198
227,950 227,950 000000000000016260d5631413100b02b822c1a25b86f39ac7b1b8ac745fea5f 0.19 MB 452 151
227,949 227,949 0000000000000011801510ace942617ed8688ff5a3cb98a4c712d9eb787158b6 0.10 MB 256 169
227,948 227,948 000000000000000f9fd659da8226afc1a851f24a5b21d04be4f2226099e351e3 0.15 MB 284 131
227,947 227,947 000000000000003964eee6ee03ff0830dd0b317bbbcf864f4f3bc95261863e00 0.25 MB 479 150
227,946 227,946 0000000000000085591b53c9d4e9e74b84630d44539996ea465a33c168c5f30d 0.17 MB 251 132
227,945 227,945 00000000000001f95a6a70039a4fb552e7039b6e9992005787e758fd53a077ec 0.25 MB 533 178
227,944 227,944 000000000000009d3cab450bb97b37aff31fc1846718428d57b732d3e75d5e06 0.13 MB 213 95
227,943 227,943 000000000000018893166f25b269aa5766dea148732ad103be35424094fa2882 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.99 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,616.58 GB sent, 92.77 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.