Memory Pool Memory Pool Refreshing

2,569 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.73 vMB 2,555 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (757,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
150,018 150,018 00000000000003c6f827e4af33217087b5f5726119fac5aa67adabf9473d3a53 0.01 MB 14 248
150,017 150,017 00000000000002f22ff7e17e22afa94ce81a3c995defdacb56cb77d8c227b349 0.01 MB 28 217
150,016 150,016 00000000000001c2ad49b3f843f7d5b39e59f8b7d0b627071e0aa9cea7b86a3a 0.04 MB 135 33
150,015 150,015 00000000000007121f72ebb62f840090baa8372fbbd8faaf1364a84c42225c3e 0.03 MB 37 37
150,014 150,014 0000000000000519f15cc8d90d492569230447280d38c2035312e3303efddc01 0.04 MB 34 122
150,013 150,013 000000000000011f9791dcfdfe0e402b79a165a3b781bafcc918b6f2166d577c 0.02 MB 47 120
150,012 150,012 00000000000006d414b6c22492b1cc5fb56d42645616efe049f3aad7fa589de4 0.00 MB 11 343
150,011 150,011 00000000000004a6dde9ea4aad15719d8e2425e27434cb9a16c0461bb6971133 0.01 MB 16 229
150,010 150,010 000000000000081eba84aa801ec011c5689dc51a802638823d8e61e0dec83455 0.02 MB 40 428
150,009 150,009 0000000000000034ff4c8272eb8d065c9757887a78a128d9d3f9d378c50f8a8d 0.03 MB 34 75
150,008 150,008 00000000000000f7d3f0f25a3cc50e017b3540d0baaad0810b574cb574db66fd 0.02 MB 35 137
150,007 150,007 0000000000000a0f82f8be9ec24ebfca3d5373fde8dc4d9b9a949d538e9ff679 0.01 MB 12 66
150,006 150,006 0000000000000779e6cfb6bdd06458b8e8adffea65c719edb3450d8b05f9cc57 0.04 MB 105 120
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.47 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.