Memory Pool Memory Pool Refreshing

6,696 transactions
2.24 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,844 (82,265 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,579 825,579 00000000000000000002eed74aa4d1897d76490a0fbd9b09b2f86bc1080a96f1 1.84 MB 4,143 36
825,578 825,578 000000000000000000033d22f2b9626dd392ad67aef826ccfe54e419912a2b17 1.51 MB 2,244 34
825,577 825,577 00000000000000000001513d963bdcbff2814a8b1f7cc1fc5a61646030d8576e 1.82 MB 3,786 43
825,576 825,576 000000000000000000029cc7caccbdadab06e36affac331c38e1e96d26c1fdab 1.64 MB 2,883 48
825,575 825,575 000000000000000000032eb9792210a056ad9bff7ea2e465a7e7a803f6636f85 1.55 MB 2,688 32
825,574 825,574 00000000000000000000e77e05fb71d742a1a1103941c0acd0a47cd969887abc 1.65 MB 3,174 48
825,573 825,573 0000000000000000000026f8e2cd8732911d7827683b64cd8a593945d38cad95 1.52 MB 2,466 39
825,572 825,572 00000000000000000002b00ae8adde5fb64699be3a2c1d7224da6bade7c43d3d 1.98 MB 3,486 36
825,571 825,571 0000000000000000000127aa20c9ea7f4bd6d6358c126ccbd6cf14f16068eebb 1.90 MB 4,014 36
825,570 825,570 000000000000000000010535efc4fd9ea789a8a190c00721f01e40ec42df6bf3 1.81 MB 746 29
825,569 825,569 0000000000000000000393b5e6700603704c286aec53b3bb83d2f4f90228582f 1.76 MB 4,195 34
825,568 825,568 000000000000000000023bf2154eccdfb0e04548aaccf4482ffcf1b52878a87a 1.79 MB 2,553 31
825,567 825,567 0000000000000000000130a72bf7146d1da9d15491136a372578935bd07ec88e 1.98 MB 2,227 31
825,566 825,566 00000000000000000003ce9f563a062c43b8d8d933991db4d2d3f80b5d26fe66 1.90 MB 3,407 34
825,565 825,565 0000000000000000000091226677662f82d50d1a5699bd65ce2c81a2ecaa67d2 1.91 MB 3,261 35
825,564 825,564 00000000000000000001d9f462f181b61a140469ea46932f0394edd6b841994f 1.86 MB 3,152 42
825,563 825,563 000000000000000000027c846602ac0e8d6050080a2eba7995b1457731459385 1.60 MB 3,055 31
825,562 825,562 00000000000000000001aeefde79eca6cb60a3b8bd90aa415c92b44c99dd7721 1.76 MB 2,925 38
825,561 825,561 000000000000000000017682ff17e7f3a09e1430282c58627f913dbf1afdf278 0.00 MB 1 0
825,560 825,560 0000000000000000000050c04fda8d2c1d71ea0f9b7ead1f27c4afc179b7305f 1.64 MB 3,171 46
825,559 825,559 0000000000000000000390a07ca4a1b67b7d977a730f8df6c0819a66f8cd3fd8 1.52 MB 2,672 76
Previous 10 blocks ↓
Total Size: 769.25 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,635.15 GB sent, 94.18 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.