Memory Pool Memory Pool Refreshing

2,158 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
908,684 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 128 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,683 (812,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
95,688 95,688 00000000000594c57e43af0dae645b7549f1287e4e282c44a0c670b30cfbf825 0.00 MB 2 0
95,687 95,687 000000000004b728b325016bce3f3d5c906b85b62d16034571f311190b14d946 0.00 MB 2 0
95,686 95,686 00000000000195dae56dccfc4b286d2836aec72717ca8099c069e16e9a5bb2c9 0.00 MB 2 0
95,685 95,685 0000000000041418dc03c5027da4435f32b716a14c50b31c97072cfd1951b46a 0.00 MB 1 0
95,684 95,684 000000000006129d7a91fc8b5f1f3d70cfa41e6fc4da5e2b7c699b302ce86618 0.00 MB 1 0
95,683 95,683 000000000006dfc3a582b41d55949de84bd77252b76465e37e9690f921d8461c 0.00 MB 2 0
95,682 95,682 000000000000bdd86c9b097fbae1716f6692a1f319b66c8ac096dc7af562727a 0.00 MB 1 0
95,681 95,681 000000000004958e1af18685515639b90447b6a1827777f8ba3506665a8b47f2 0.00 MB 1 0
95,680 95,680 00000000000035f670a100dd34e83f73494f76a580825a6b1699a8db266d022d 0.00 MB 1 0
95,679 95,679 0000000000023d20a02cd0646b0e1fce71ebc80eb707c08598977ee5403e9747 0.00 MB 1 0
95,678 95,678 0000000000017a1d884ff66c84968623451d4b77bcd9e7929312e3be15c3cf6a 0.00 MB 1 0
95,677 95,677 0000000000061bb8dd1341608ee613ec6216527335c72117ba768ab8a603e267 0.00 MB 1 0
95,676 95,676 0000000000069ed4944a7c8cbfd1c6143282d295b6df368954110526ef38aad9 0.00 MB 1 0
95,675 95,675 000000000001af356b391b606774886926cdffa101c2063830085fdc88ab577e 0.00 MB 1 0
95,674 95,674 000000000004bd45c4467852fab1317919454835b123321084542eae117c4e68 0.00 MB 2 0
95,673 95,673 000000000002f471426eaf54204072c7be93fe2b97133392496d662561e54940 0.00 MB 1 0
95,672 95,672 0000000000051be3d841e0c48bad1cafb2cd734f8ad4101d02e12b98f9016da4 0.00 MB 1 0
95,671 95,671 000000000004dda0f3169936257be783475002b19dcce2c4c972a3d0dce6ac14 0.00 MB 1 0
95,670 95,670 000000000005451f4bbd849824a481b0fcc24b6702d4f11f8574b3b0b2c9aa97 0.00 MB 1 0
95,669 95,669 000000000003e1dfe0e85de8d7cd420b98645f154cc03d1f167f4a71aefb018d 0.00 MB 2 0
95,668 95,668 000000000000017cd96ec5812fbf9c44994d02de42fcae26c4d9c90b96db47cd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.86 GB sent, 101.79 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.