Memory Pool Memory Pool Refreshing

9,120 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/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 3,793 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (111,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
796,099 796,099 000000000000000000039d4648388eba677b2d6197d440d3144f0f56f642800c 1.89 MB 3,378 20
796,098 796,098 00000000000000000003dcc1c0f26cb155520f00619bf3e24dc9de69b560aee9 2.07 MB 2,470 12
796,097 796,097 0000000000000000000416b1ebca9f15bc1e36b4cdf16339c08473493303516d 1.55 MB 3,895 19
796,096 796,096 0000000000000000000384133ddc51b2ec10ab63c593a7744b07366b90225938 1.48 MB 3,193 27
796,095 796,095 00000000000000000000053e84b2b85810dc393b5de383d2907f0152c377152d 1.53 MB 3,194 30
796,094 796,094 000000000000000000010306ee17a073736a56a8e5e971c662136e4db156c22a 2.10 MB 3,201 12
796,093 796,093 000000000000000000028abcd3e9b34564fc5aa878e341fae546dfbc0b3551c5 1.31 MB 1,777 24
796,092 796,092 00000000000000000001600b7b7baf798ff6105362e49bdb6f08a8107b86a4ff 1.56 MB 3,379 28
796,091 796,091 000000000000000000035b64ab542822ef86672e3d304e581f1bc961bf00a908 2.40 MB 4,266 12
796,090 796,090 00000000000000000001034885b0b24358728119af420705e5512b31439a0327 1.98 MB 3,177 21
796,089 796,089 000000000000000000001a1ddf19b485b18daaf62a5e4bc3e219d0382ecd330b 1.67 MB 2,743 24
796,088 796,088 000000000000000000007fe06e463333ba88764938a3a8ad10e6263bd09869fc 1.93 MB 3,201 20
796,087 796,087 00000000000000000000cd658f1eb69b5412c6326f516e180bbfc6090c4b9065 1.88 MB 4,553 15
796,086 796,086 00000000000000000003e4fcb8b1bb238345405d79e70215360f1c4353e56dc0 1.96 MB 4,409 16
796,085 796,085 00000000000000000000391067217c9072303ff8f3e99bb4a77851d461222eba 2.08 MB 4,634 10
796,084 796,084 00000000000000000004f565c34f8a4d33f37e98f6d3fe03dc1acd8b3e5f0df5 1.65 MB 3,425 15
796,083 796,083 00000000000000000003e7267876881367ad33f35c304222d697403f4ccab6a9 2.09 MB 4,341 13
796,082 796,082 000000000000000000018d7e96c89915fdddf6075f4c4e7e6430ad9b10450522 1.78 MB 3,964 16
796,081 796,081 00000000000000000001469327cbd1ab92d40f5950448bd5098617f79e587dbb 2.18 MB 2,523 13
796,080 796,080 00000000000000000004b546136f0d4c70357b678124d5e0262b2dd397132642 2.84 MB 2,816 18
796,079 796,079 0000000000000000000554cc8d9700b8de782dc2b3e4c285ff5546028154fc4c 3.07 MB 2,711 15
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.49 GB sent, 94.37 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.