Memory Pool Memory Pool Refreshing

730 transactions
0.18 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 721 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (795,908 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,884 111,884 000000000000003d029ae6a6ce79319d9ab52ff485ea51e38c3a4c0e05421b63 0.00 MB 6 0
111,883 111,883 000000000000af0a296c68a4f6c3d83e6a34d3ac41c553027589c512e52e532c 0.00 MB 12 0
111,882 111,882 0000000000009543538a72eff01fff76802b2af60b33a077a72a4f48c4d81fac 0.00 MB 9 0
111,881 111,881 00000000000002fe35f3db986662ff67952967de19e7dd6ef3495d78ad5e983e 0.00 MB 12 0
111,880 111,880 000000000000e5213298522450df2cf443b3e82d7ec1b48abf34d94d053c3077 0.00 MB 10 358
111,879 111,879 000000000000280b5bac9b0588a86e7e193407ce6ab463d53d8c183c9373b3ff 0.00 MB 12 356
111,878 111,878 00000000000080541bbbcb301878eed6f7c74a3c28abeb5fac948f5daea87221 0.00 MB 12 0
111,877 111,877 000000000000ad1314b5757e084b60880fbe36cac05b07c7746d02d6173cdf1e 0.01 MB 28 0
111,876 111,876 000000000000a9495ac93df8f2c10c4cae77d816cd80a98819ec66176fdb5310 0.00 MB 3 0
111,875 111,875 0000000000007d34cac6ce38214acfd6cbcaba008b81142a8d25062f37c36bf2 0.00 MB 6 0
111,874 111,874 0000000000005ce284ffbe31bbb80b973e331eca38a9e3b04e55a07c37428297 0.00 MB 4 0
111,873 111,873 0000000000009bbd45f80ac69457d46f84136ad5ccddb23355e7ce06e209cdc6 0.00 MB 12 338
111,872 111,872 0000000000003aa6a1c85da06e9865c307bc8d10917a671f1c089dc6e4fa5bbc 0.00 MB 1 0
111,871 111,871 000000000000fba5ecca67c6d8f2aa1d44869625da2e2eddbc0956fdb2d33ff1 0.00 MB 3 0
111,870 111,870 000000000000e422b3ef2b8a3d051afd0abf5668de6f437ae16dd6b858135afe 0.00 MB 1 0
111,869 111,869 000000000000de090cfaaaa6b5181299b53a7cb70e600fb0128924f99faafd16 0.00 MB 2 0
111,868 111,868 00000000000039c2036528443638714f022505e7da330a8f87d65f1635f1ac75 0.00 MB 12 0
111,867 111,867 000000000000f31953fee1bfdbd835dbdcc3776d277c2a84f077c2cb7501d7f1 0.00 MB 12 0
111,866 111,866 00000000000124864dde146242948157d8933da8f0f68893f12e789fa28758bc 0.00 MB 13 0
111,865 111,865 000000000000c0dca127c9847a9a4b6cdfd11b28939ca379520103a3e3a8b13c 0.00 MB 4 0
111,864 111,864 0000000000006409e771487b831fbc76df1affebbfc0d7f4cbc10ee078c97de3 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.15 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.62 GB sent, 93.63 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.