Memory Pool Memory Pool Refreshing

1,252 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,224 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (757,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,039 150,039 00000000000003d76e7101d0d6b424a63d1e3da77c870f2483f5332a4d1d4b1b 0.01 MB 13 136
150,038 150,038 00000000000000f02d54b19f3b906357c9300da3db64a79b12c14847c519924c 0.02 MB 79 2
150,037 150,037 0000000000000ac92915c57209e9d3ed7361ab77ef1c16ee6cf485dd529846c9 0.02 MB 23 285
150,036 150,036 0000000000000a5f91635e10c9b7b6d030a2346e9332f40c5266261d7cd28b3f 0.00 MB 6 18
150,035 150,035 0000000000000a33d04b2d72aa862b6b2c8681687e42b25445450f22ae007218 0.01 MB 22 407
150,034 150,034 000000000000019b769a5d30d1ab7d9ce0c1192c69007851be7fa5683bd75394 0.01 MB 17 51
150,033 150,033 00000000000000c4f740bfd56007352da89f8777164ea234a0b3b940598891ce 0.00 MB 14 108
150,032 150,032 0000000000000a8cf8726c0f1ba44947cf00f5cc1cf7261b6c31f9a745db4d63 0.00 MB 3 96
150,031 150,031 0000000000000771bf84a419f41f5ffa3f7f527cbc13bdb9ff7c346defee09b5 0.03 MB 59 148
150,030 150,030 000000000000019ca30794bddf623b5ac6725a4e82ad652fc97dec64deabd773 0.04 MB 157 73
150,029 150,029 000000000000001ea020e01e25aeb5d726e6e0a8f63c373755620f035a518587 0.04 MB 72 103
150,028 150,028 0000000000000726d41a40c98d5a69d633d745150967d0f35c4f3931d7713d18 0.00 MB 5 72
150,027 150,027 00000000000003eccbac261e299bec99d3fe63d7733686db34e9056fb4db6112 0.00 MB 7 70
150,026 150,026 000000000000008233ecb725468e51b2fba13f4321c7a95e9c7cec80aa3f532e 0.01 MB 14 591
150,025 150,025 00000000000002f9664509c4f424cd55940ee108cdd983fe0396dc1776c69dac 0.04 MB 101 79
150,024 150,024 0000000000000339ae2146579dc99dd6ba4369ce97292ea879d3e05bfb943ce7 0.00 MB 11 363
150,023 150,023 0000000000000a11255ca7e3c6a6ee8b80ab7d43ddf86aeef6dcac5a7a7d7838 0.00 MB 9 276
150,022 150,022 00000000000006fb68da410d852e87b0ffda3883facbdce017814f2d40b335e2 0.02 MB 50 69
150,021 150,021 00000000000003503d6a79441be4949938feeeb78fb1eda61086a238db96781d 0.01 MB 27 290
150,020 150,020 0000000000000148ec4bbb4d8865ecfe1d01eba789b1975eae7e95b19729269a 0.01 MB 28 85
150,019 150,019 00000000000002c5705fe3dcb699bd45fb6f3bb70e49aa0445c0fe631d2600e5 0.04 MB 92 102
Previous 10 blocks ↓
Total Size: 769.01 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,616.92 GB sent, 92.84 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.