Memory Pool Memory Pool Refreshing

7,053 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
908,583 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,648 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,582 (832,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,270 76,270 00000000000c1539091fe35c3270ecfa40c9f8c1b82a1d057f2339dcc92d3720 0.00 MB 1 0
76,269 76,269 00000000002befbed330922b07e4aa249a016e6804b21f0e6c738177492086a3 0.00 MB 1 0
76,268 76,268 00000000004c5aaddcd90deee486a51b3c1be662be43d74915529026fe649d46 0.00 MB 1 0
76,267 76,267 00000000001b75ac8a94f529a44470e7f30f0f655c66dfba8ccd8eed16a9ec98 0.00 MB 1 0
76,266 76,266 00000000000999fd48db56ff8fd946c9797878f0f3e1ed05360931665ff1c30b 0.00 MB 1 0
76,265 76,265 000000000068176fb864960099339ba6930165b3a599f4c60fce992790b2d500 0.00 MB 3 0
76,264 76,264 00000000006efeb7c2524db05c9e4e6aee8b242f0528e461cff4f4032eba4631 0.00 MB 2 0
76,263 76,263 00000000002c3aa37262bb008a8a2c7f8d9085843eadc8ec542dd22818d32bb3 0.00 MB 1 0
76,262 76,262 00000000000863027de644d7caab237535e9e3ed6aad509653e7f1e9448410d8 0.00 MB 1 0
76,261 76,261 00000000005a30ad9c0a3771b92f7c630d46d71b21424ad58338395352cb2763 0.00 MB 1 0
76,260 76,260 00000000006f9129f828e945411d1e3c56ff6f8819bf45ceae0071819a4ee400 0.00 MB 2 0
76,259 76,259 000000000000a1b435d200de49db4e3fa66355885d590354b20d05754ebc3c2a 0.00 MB 1 0
76,258 76,258 000000000048fa12e12b5d633c903b93694a461bfa761f3ae0131d80113545ab 0.00 MB 3 0
76,257 76,257 000000000004e07a3040d76de765af689c2c2a805d21b458c3ab8c76614c9dc5 0.00 MB 1 0
76,256 76,256 00000000006cd0b9e00f2de53d8ab010838252a6b9aa70447eeed5d8bf050af9 0.00 MB 3 0
76,255 76,255 00000000003dd788d358964bae7ee5c776c79af85eec02cc699d4d49f4ff5330 0.00 MB 1 0
76,254 76,254 00000000000f59577d3b980937fd2f6b3497261c824796abd99ff7d1f40847eb 0.00 MB 1 0
76,253 76,253 00000000004128d9dddf6657fb59cdf417497982512666e390a635b5efab9ae9 0.00 MB 1 0
76,252 76,252 00000000001f6c758e4c04851b7e786a286b8b442eb95eb2043e3b9d7e86a2b7 0.00 MB 1 0
76,251 76,251 00000000004a310e6fd1b4ef25aa50c05ad3496d0b30c18a3510ca741811f399 0.00 MB 1 0
76,250 76,250 00000000007e8ce5a13bb3dd536fe27b5b5a047caa96d9f36d07212bccaa4663 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.91 GB sent, 100.90 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.