Memory Pool Memory Pool Refreshing

49,268 transactions
27.62 vMB
Show Random Selection Loading Transactions
Max Size: 157/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,469 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 2,031 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,468 (43,542 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
834,926 834,926 00000000000000000002a0d211ed6769d1b20abd1fb6f0eaf5ec997c547c90f9 1.56 MB 3,300 64
834,925 834,925 000000000000000000025c0fa743318b66661e0c96c7356841be6daebec8b2f5 1.66 MB 2,952 26
834,924 834,924 00000000000000000000052d2d35c8f150ba57e7358737a293178958d2c0ebc4 1.62 MB 3,461 24
834,923 834,923 000000000000000000009dfd600e4da5662b6810608e6417bdb6bf5097a3d410 1.54 MB 3,710 60
834,922 834,922 00000000000000000000634094c31bc9a03c88fe7850f7528b7e51aba0cad216 1.71 MB 1,903 19
834,921 834,921 00000000000000000002427cf656438017f1a46f110c0338f187bb644fed42f5 1.65 MB 1,473 15
834,920 834,920 00000000000000000000653644e3081dc06e8034b67fddf577d674b11b91db42 1.61 MB 3,260 31
834,919 834,919 000000000000000000006850f6c72ce30dd3af1b4c7d739414e3a45bc1b27d39 1.58 MB 3,471 36
834,918 834,918 00000000000000000000a7302a8cbe5ddb6e5133abd5b7a2ef775ad9283de77e 1.70 MB 3,014 30
834,917 834,917 00000000000000000001e843979e17495cdd10ceae29cd103a9a72fcdbffa91f 1.71 MB 2,709 31
834,916 834,916 00000000000000000002b6c58fe5f7a718663b8657d7171416befcf2900a6729 1.58 MB 3,333 35
834,915 834,915 0000000000000000000080ae8f2d568c548308a971613f693df2ab8a08c295e6 1.69 MB 2,473 23
834,914 834,914 000000000000000000015e6c4553c7b2ab075a8fd1609919b8a6289db5a35d3d 1.98 MB 2,517 14
834,913 834,913 00000000000000000000cf709323a35be6ea6c3a938a2eab9f1cadce785455a4 1.46 MB 1,482 29
834,912 834,912 00000000000000000002a3bff3d7e6329b43d9dfccdf455c61233add9441f571 2.03 MB 3,010 18
834,911 834,911 000000000000000000031f8899c17a22bdb6f26da2f10aeebac6cc99f7899e9d 1.60 MB 2,303 24
834,910 834,910 00000000000000000000ccbdea6e13eb9d3a25bd0088606f2d7c64f557979135 1.75 MB 2,596 27
834,909 834,909 000000000000000000009b3dbd31f33c4de151b3587c222909b106911b79471e 1.66 MB 2,436 31
834,908 834,908 000000000000000000003dd12c489c75ae4ebcdc71bcfa534013b59c0a109043 1.64 MB 337 12
834,907 834,907 000000000000000000009fa48c0abeef81cb7bf2d3fefb6c5bfd369b3cb7b4bc 1.61 MB 3,389 32
834,906 834,906 00000000000000000000829413f4cd5737c1609640caa938e34cf3323444b5da 1.98 MB 2,429 14
Previous 10 blocks ↓
Total Size: 715.27 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,383.41 GB sent, 41.45 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.