Memory Pool Memory Pool Refreshing

3,970 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (632,487 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
275,248 275,248 00000000000000010ac1a836fce13c23cadead2ea425a3e65cdd5cc68e391c8b 0.28 MB 621 50
275,247 275,247 00000000000000033ff60294c8474580201ce7a2affe1e17270dabf01bbad77b 0.35 MB 220 5
275,246 275,246 000000000000000230c570cf2a443ca45554244e74e4ff90d26c367818e17006 0.45 MB 903 50
275,245 275,245 00000000000000044c3baa11855c1f021a81755754587d13c16005c0f2dd3328 0.50 MB 713 32
275,244 275,244 00000000000000043c2e8c56350d3273adb397f8f0048d0a45b2adcdd6741fc6 0.25 MB 678 43
275,243 275,243 0000000000000002cb6f0b987b550eeed1b8264dcd7bd9c42f9c5b9536d59021 0.25 MB 727 76
275,242 275,242 00000000000000016563efa30fdeb1148d15a354968984f4bdffcdf0e536498c 0.05 MB 90 38
275,241 275,241 00000000000000002e5991cfe7894a84d87b4de47a5c4e65c08d4aced5ba4a64 0.19 MB 465 59
275,240 275,240 00000000000000031c7c04a2a62cbfc1a2ed76cc54ad991a71fc00b7f2c2648f 0.37 MB 627 42
275,239 275,239 0000000000000002a93e175d54527e14a09cb51b3c474e95fd3710940689ada7 0.34 MB 638 41
275,238 275,238 0000000000000003d4831c0536762ae00641259884c6293dc597bfd67f46043a 0.39 MB 656 39
275,237 275,237 0000000000000001b3cdfee2b5f358ff4d5fc468c1767e08f92c73e2fa418bcd 0.10 MB 223 38
275,236 275,236 0000000000000000b7f48b70a2c80378770b65f00baed897552c763e47f8bf63 0.03 MB 79 41
275,235 275,235 0000000000000002d6765693941c889d16839856504cde70036a28193e39a848 0.17 MB 149 14
275,234 275,234 00000000000000003216edbd151ee9af4f82f938429c49a888bf585ad0e52324 0.25 MB 531 50
275,233 275,233 00000000000000000f7b8cb3e69763461d90733468f93ac99ca046e24aba82fd 0.30 MB 352 19
275,232 275,232 0000000000000001f64796bff142086fa14275c241168da9aa69cfa9a4cc0049 0.25 MB 789 66
275,231 275,231 0000000000000000c12cf8358235e046bdc5f1b023c838cd5e6050ab16117683 0.03 MB 87 103
275,230 275,230 00000000000000021deb0344f3130ebc7b0f920e107b5bb1a44b52f2312750d3 0.11 MB 126 25
275,229 275,229 00000000000000035f96d487f1539fffc9d3ef579f021aeb69a13bd31a5cf934 0.21 MB 503 62
275,228 275,228 000000000000000066490cc57391e9dc4d689504d8309cc8c42397bdd03fba65 0.09 MB 160 54
Previous 10 blocks ↓
Total Size: 769.05 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,627.31 GB sent, 93.12 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.