Memory Pool Memory Pool Refreshing

948 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 931 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (40,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
866,881 866,881 0000000000000000000029560b25d6228571ada8ad168c93bf11993627a1eacd 1.65 MB 3,620 20
866,880 866,880 00000000000000000001a2633222f3d86b3859dc49a26591112d44419e7ca106 1.57 MB 6,062 15
866,879 866,879 000000000000000000007c7decd9c85fe0c5273691cf361b548855d91176fdab 1.65 MB 4,218 20
866,878 866,878 00000000000000000000d4cf4e7e75e6d08e07affc4c577e47305dd7b4893c98 1.72 MB 3,894 19
866,877 866,877 00000000000000000000219edfd7be7584d9194ed0a89adbb5e24b232e92ff65 1.57 MB 4,233 26
866,876 866,876 00000000000000000002e6bfa2a712d34d202194627d5ea97f4f3717118fca16 1.60 MB 6,109 14
866,875 866,875 0000000000000000000301223d61534a4ab9aa255b51bebc5194c3774cec9494 1.49 MB 4,258 15
866,874 866,874 00000000000000000000168985113146a3cfb6e234b6a38ca01837f5ccf58d66 1.66 MB 4,181 18
866,873 866,873 00000000000000000000c53b6b31800c9675533e069c767e9c335d2810c64c5f 1.53 MB 4,576 24
866,872 866,872 00000000000000000000f34289adbcfa4295b9c35167095f4b66770da48e6ef8 1.54 MB 4,654 22
866,871 866,871 00000000000000000001e751fea230ed72f6ee238aed0bafd4f4dda49080532a 1.50 MB 3,743 18
866,870 866,870 0000000000000000000059443997e3fb500b8602f878a9d5bd579b3823aa5d3c 1.55 MB 3,833 21
866,869 866,869 000000000000000000016a5288ca09224e66abfaef2a3368603826e0dc8c1496 1.62 MB 5,155 16
866,868 866,868 00000000000000000001687d49c5a440015f74f1f22fe7aa977c9187b1ed00a2 1.64 MB 3,937 19
866,867 866,867 0000000000000000000003ad296fb15d611338ea729f633dadf604782f7140e2 1.64 MB 6,020 14
866,866 866,866 000000000000000000023e58e2722194fb5f7a904297889a78a7d512b9609999 1.56 MB 6,099 15
866,865 866,865 00000000000000000001a77ff89c16531c8d4e9dad99a03617662219540b2d34 1.61 MB 6,237 14
866,864 866,864 00000000000000000001f28d3ff48da347f074283da91d38a4ee83ae0933b980 1.68 MB 4,179 18
866,863 866,863 000000000000000000024b35e788b8ad72a01f5278f09966dd82b6e3e2de964d 1.61 MB 6,348 16
866,862 866,862 00000000000000000001ec021f7a804f810e7d5022e187835a3f87497e0de1b5 1.60 MB 4,128 17
866,861 866,861 00000000000000000001130aa69932dfdbdee37272701f7c5e938535416ccd30 1.52 MB 3,980 24
Previous 10 blocks ↓
Total Size: 769.01 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,616.91 GB sent, 92.84 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.