Memory Pool Memory Pool Refreshing

10,104 transactions
4.63 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,124 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (563,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
344,092 344,092 000000000000000003e1ab4075b571fd6ad136cc475165e22d4b6f46a1e5c100 0.07 MB 157 26
344,091 344,091 000000000000000003e6e826640c5415dcc63c5d2253739991c4843891a312c1 0.92 MB 1,278 20
344,090 344,090 000000000000000009a8309802dbc2815a50d03c6f64c60b71e4d4cf999ff977 0.53 MB 949 23
344,089 344,089 000000000000000003b33068efde5bb504367e4fbbe5708b02cec319e73bba7a 0.70 MB 945 18
344,088 344,088 000000000000000010a21d5cdf8d203ad9f577756aabc0c2e8abb817dfa1b75f 0.75 MB 1,209 23
344,087 344,087 0000000000000000123bd9f69bf46b7c6ac2e27500737ddac077eb5f88bc8f17 0.11 MB 140 18
344,086 344,086 000000000000000018976d6c66a88f3d456cb7ac5ed3db152b1c433039953287 0.72 MB 1,148 21
344,085 344,085 00000000000000000577caf7823c048ee34cec0ab2fc82d4b8e55b022fe35cfd 0.75 MB 900 19
344,084 344,084 00000000000000000b265f22c02be4dcdd5f23ae873527dfd5d80be960f8c7b3 0.28 MB 1,024 45
344,083 344,083 000000000000000003724966e50a27cda07c05f95f3a8cca5fb5d076351832ac 0.72 MB 1,334 26
344,082 344,082 00000000000000000cfb1d5db1008234f23151683c556114d4f7734c2d661ee2 0.04 MB 70 11
344,081 344,081 0000000000000000066570e2a5e1220d9633fd0126f055e4acc8e2e09ad9ed8d 0.53 MB 1,067 27
344,080 344,080 000000000000000015873f5c63c03c3661c5cefd2ec392336ff8e4febb41ca8c 0.15 MB 165 17
344,079 344,079 00000000000000001680aab429e9e82714c65ada89d51284fcbc21c972020cac 0.41 MB 666 24
344,078 344,078 000000000000000010af7e9af51103afe63885a22c7595ebb9d4e5fbfbc9be37 0.37 MB 686 24
344,077 344,077 000000000000000008b69fe3f8b6e9f891c9e14620704d4eaccc12d4a76c942a 0.61 MB 1,132 23
344,076 344,076 0000000000000000029cd7a12342bc2e50c5cccb19eecbe98a72f69a70e1393d 0.08 MB 178 38
344,075 344,075 0000000000000000080643cd3eadda545179a0f634e42f4bb55113bab5ccc6f9 0.29 MB 498 25
344,074 344,074 000000000000000007cc0fdd36f351a6893065d8b8965cec88f4e5bbcb0f6227 0.14 MB 230 24
344,073 344,073 000000000000000011ca575ea769208a6f918940699a4e616ac5f01119b28165 0.70 MB 1,191 23
344,072 344,072 000000000000000008c8eede3fc8e24edc0ac5ff51fb706bfba1d0c0deba5858 0.38 MB 592 21
Previous 10 blocks ↓
Total Size: 769.03 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,625.70 GB sent, 93.04 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.