Memory Pool Memory Pool Refreshing

5,033 transactions
3.78 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,358 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (812,997 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
95,667 95,667 0000000000037a4fab1e074a93cceec94a895d815e7861e0e70a2dd3c2b90221 0.00 MB 1 0
95,666 95,666 0000000000000b7131417a2b4cd5cde71d4fa92e09a08214de904cbc64cbfcf9 0.00 MB 1 0
95,665 95,665 000000000007a0146a623b21477fd4eaae5402b114b0379d803d2f40f9b0edd0 0.00 MB 3 0
95,664 95,664 000000000007f78677a9b04852f22b2c2749a199017d329c824688a6e26c2faf 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.85 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.