Memory Pool Memory Pool Refreshing

8,686 transactions
2.93 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,953 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (685,274 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,456 222,456 00000000000002c8ab0b503174dec8b08f604afe4c43604ae141d17ced4fa740 0.15 MB 185 87
222,455 222,455 000000000000021ff7279ab5e64980320ca20b9461f697201c31fffee19b96d0 0.25 MB 466 107
222,454 222,454 0000000000000189b39ca8d60024f2542a7c5bbf7be7a2263b1fa19ee8f4fee8 0.25 MB 710 263
222,453 222,453 000000000000048d4314e79243e985940c7f4e8352381c16233d1a594acab6a6 0.25 MB 464 173
222,452 222,452 0000000000000481b29b01283c33e847d529aadc0cc38d16e70de94a92137c7b 0.17 MB 335 153
222,451 222,451 0000000000000381e22ef7d0cd572b688c976caaf37c062f16417128bc8a3878 0.25 MB 418 141
222,450 222,450 0000000000000174a8d160523918ae0953692d060bfce64c67b8173aeb13f590 0.25 MB 509 170
222,449 222,449 0000000000000199b74ab9e081010b3011d9d088972f7ae6fe5af610f6429065 0.25 MB 428 113
222,448 222,448 00000000000000e0a349da64d1de132363169dff14d020d52320c729c150e580 0.25 MB 631 181
222,447 222,447 000000000000043b879d5f8d7deaf4773b8283e04884a492901148f6b5461be7 0.25 MB 839 217
222,446 222,446 0000000000000472becec49e4b974da10ab7893415314f074c02785449cb1e61 0.25 MB 892 242
222,445 222,445 000000000000030f9d6bd0635acf9b88be7b29d959d2d1262347f6a4eef47bed 0.06 MB 160 37
222,444 222,444 00000000000002625dc778c93587d52d358cbda2d6eaecc54b1540a42008ef20 0.25 MB 869 261
222,443 222,443 000000000000030a7599851d7895b942ed56b5381cd311958e8e17a43da0d9c2 0.02 MB 66 147
222,442 222,442 000000000000006f6990fb7ce8bf939ee942b3a0f1fab20b7221d0696004a8d8 0.05 MB 126 173
222,441 222,441 0000000000000443fd5dc96c70af0bb98891ab7180684c1bdfbc416987943d43 0.09 MB 254 208
222,440 222,440 00000000000003ab37ba1216fad45e90eeec6182de96daf207eaa9b9b397e875 0.25 MB 469 106
222,439 222,439 0000000000000110fdc17e59b79b3193738a829a4a045ae3b707429385793431 0.08 MB 128 67
222,438 222,438 000000000000024fb0ca2b666dd858b532ead1a2d266829fe378cb8bae2c3d2d 0.25 MB 677 190
222,437 222,437 000000000000003d36c45c20587097769172f51434ff8dc417c3cf62e17fb5c9 0.28 MB 486 143
222,436 222,436 00000000000003323c20754c245793c7d4a345314dbc2338987de1f7ed165639 0.16 MB 263 107
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.07 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.