Memory Pool Memory Pool Refreshing

273 transactions
0.07 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,799 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 264 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,798 (741,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,843 165,843 00000000000001fde1692a03e6f7eec415ad0892001a7366d83dd44794653532 0.04 MB 59 60
165,842 165,842 0000000000000932853570d37eccb3537aa9dfbda77cdd005188d53e6b4b2395 0.00 MB 7 50
165,841 165,841 0000000000000b9925abcd46b3971525852e2e00250746325742ffc776f7402b 0.00 MB 10 353
165,840 165,840 00000000000000d5938448e28fb189d3a77e447e8c72f5696b1d04bc903abe43 0.04 MB 81 49
165,839 165,839 00000000000003fa208c72048c6522cc8baca8813bee2ebad210f4c837626dcf 0.00 MB 3 0
165,838 165,838 000000000000045020dd5a129156740cfdc790c2a0af2d10e56ce6f4cc5159eb 0.02 MB 60 3
165,837 165,837 00000000000000e7108aa5ae073c4d1508bb3c184cbe0c2d9c2370fc545783e6 0.02 MB 25 84
165,836 165,836 000000000000001c47d21c5e88c93fba0f68f378ee4cb56ca8dbeb4eb3676ff5 0.05 MB 141 64
165,835 165,835 00000000000003331eed51804dd23c5fff6d6531a9eecb38942146087dce5c2b 0.01 MB 20 43
165,834 165,834 00000000000009813be7a051d97869c01354e19590189a057be5d4caae82daf1 0.00 MB 15 35
165,833 165,833 00000000000008500ee665af0c5ff9bc6f59db3746334d62ada97ce710edc899 0.01 MB 24 365
165,832 165,832 0000000000000a2d408687f67f430702f0ef6f69c75aa49f95e6e39efba915a6 0.02 MB 49 189
165,831 165,831 0000000000000514afd14e5a552d1648b6b1d9c021a32afe82905518ba12204a 0.05 MB 132 72
165,830 165,830 0000000000000b359715b541ee408ece2c953602f460a29f2724aa5b05b5b697 0.04 MB 104 267
165,829 165,829 00000000000001851821641923d5218f859837def04d8c18699f802d1766212e 0.01 MB 25 127
165,828 165,828 00000000000006db20e5ea2904b1e4d83332d18be9d68e0c8334b6e6ddcf8315 0.03 MB 78 97
165,827 165,827 0000000000000b1247e2b23faef90bf9c1464a4cb4db117e4ba291fab0c23fac 0.02 MB 36 190
165,826 165,826 00000000000008604dd90441fda245961994eb35d6a0fc62f8c4eec2c4f478ef 0.01 MB 17 89
165,825 165,825 00000000000004bb80da1cdf13c215e2757235fb3d9cb6f17125a25242ade88b 0.01 MB 18 72
165,824 165,824 0000000000000ae3fd70285af36046a382f9c9e69f2828e610d03e62180ba026 0.00 MB 8 68
165,823 165,823 00000000000004536c42ac680bb1ea58d9aa794b1884d489a487c62850e3de70 0.02 MB 37 78
Previous 10 blocks ↓
Total Size: 769.16 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,632.76 GB sent, 93.70 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.