Memory Pool Memory Pool Refreshing

6,112 transactions
3.24 vMB
Show Random Selection Loading Transactions
Max Size: 14/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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,957 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (608,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,024 299,024 0000000000000000191f721427ab8cced49f9333a9de54d875f36104b9cd04fd 0.14 MB 305 42
299,023 299,023 000000000000000017c036e3d203c5963e46c6f8b18271e0c96894890a6070f5 0.05 MB 77 27
299,022 299,022 000000000000000011044d0c6443245fbbe611d944168a4e07e89ccd59769eee 0.19 MB 315 25
299,021 299,021 000000000000000059fb4146357ede48dd662e8e43c5cd323c6e9cfec6ac87ff 0.00 MB 4 127
299,020 299,020 00000000000000002a3078e8856107381f4e7d28a4bdd8125c01002acb26b830 0.12 MB 256 46
299,019 299,019 00000000000000007983d2d40242f9e2073124f4b18a05f7769691b8e066db78 0.03 MB 41 21
299,018 299,018 00000000000000000e3d819bbf7b72e4452d696df19c36cfba93e05c987a1ef6 0.25 MB 552 38
299,017 299,017 00000000000000005b7309f0357152b64e5d9c9dc29ae087a825c83e374a8157 0.02 MB 32 30
299,016 299,016 00000000000000005838d0e7d7d76b60335a2fde0d34baab42cdd7d6c2f7acad 0.04 MB 64 29
299,015 299,015 00000000000000004a5df7f266a99394821adb4f1abc28739d19783db8be0666 0.02 MB 61 30
299,014 299,014 000000000000000044ae37830d01d44c1577356f6ae6a1fc7e0e2f94fcfe4cff 0.18 MB 362 37
299,013 299,013 000000000000000011bfdeaea431a2f06eba774459354bcb74afd744503888b4 0.19 MB 431 38
299,012 299,012 000000000000000033f0ed5a1307c6f9fe56677cee1ec9813088930114c08232 0.18 MB 441 47
299,011 299,011 00000000000000005261f75c9a425bcede92d46cb11940e0c13177d4248675de 0.03 MB 62 43
299,010 299,010 00000000000000005dc7717a31ef9c9a0ae4e08d7daba00d58a0f708886026b5 0.13 MB 338 45
299,009 299,009 00000000000000007580517e85dbf5a9eb5e7a7b10202631824c65745ac72681 0.26 MB 450 30
299,008 299,008 000000000000000014cc06e47f6cfbb5e8d864678bff2fbd819418a1e0a84d0b 0.17 MB 512 45
299,007 299,007 00000000000000002990d4155a85d638aa61c9831a3184571bc061f277451d45 0.04 MB 14 11
299,006 299,006 00000000000000001869324bf28e6b424645266222938d834fd5808961dfd8d0 0.11 MB 256 41
299,005 299,005 0000000000000000311f77661c45577722de4cced479961ec7c4ce4ab1415428 0.15 MB 287 50
299,004 299,004 00000000000000007e6a444ffd798d267462f559102926c320df33c21ba78d19 0.18 MB 352 36
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.