Memory Pool Memory Pool Refreshing

7,327 transactions
1.98 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,830 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,845 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (367,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
540,686 540,686 00000000000000000001aaafcb7ba295f0d378809140b7e48158826c59b03d81 0.00 MB 1 0
540,685 540,685 000000000000000000003e6d643c09f67d932c7f809b32471396e0306e5881ca 0.71 MB 1,209 20
540,684 540,684 00000000000000000027e90e92b4bc07e8e3e3a857c71bfb0ea795b79dc20515 0.30 MB 786 18
540,683 540,683 00000000000000000017bf73d8f5850443c6d981887e2186c022a14c15a0950d 0.23 MB 437 13
540,682 540,682 00000000000000000003909d2720fa9061fe25f2544dfeda3fe386c476ec1da4 0.47 MB 953 26
540,681 540,681 00000000000000000020f40f2dcbd85767685f62a3fcdac5a34a2619daa8f9e2 0.40 MB 796 14
540,680 540,680 00000000000000000002da326fb10d44156e968326d4a49db47f0cf917364181 0.68 MB 1,349 17
540,679 540,679 0000000000000000001d7d3c8702c2194d60dcf76992c5b383cdd8aa1fb81335 0.94 MB 1,971 8
540,678 540,678 000000000000000000017cdf19670a85cccc089bc06c5e461535a269fb5c9a92 1.20 MB 2,770 26
540,677 540,677 0000000000000000000b2be42297654db25290e69d1499c8250938c0eb813223 0.70 MB 1,720 20
540,676 540,676 0000000000000000001e2e021e8a6e9d2324081a885cb2f9f5d0139a70b8284a 0.85 MB 1,710 21
540,675 540,675 00000000000000000027ddedbea7e871cd43e755ed4961f10d9a89f72f2029b0 1.03 MB 2,174 8
540,674 540,674 000000000000000000173c71945bbc0851b0238c1e9f64a194b67d14a84c92f0 1.35 MB 1,843 16
540,673 540,673 000000000000000000166273fa53c597a32295b3d5dbdd54477eac995bb7b148 1.25 MB 2,719 31
540,672 540,672 0000000000000000001c6cfa3f9c2b045fedaf8828a8d4299753eb6ee9ad3922 1.04 MB 1,543 16
540,671 540,671 00000000000000000014eab0ef34c0da5107d9419b1e0f457d0e2cbddd598213 0.01 MB 43 19
540,670 540,670 00000000000000000003d5227c1619a17e4bf5c984a06339447231889fa80d6f 0.61 MB 1,422 21
540,669 540,669 000000000000000000046864ee5fb3b6234c92cddfae852ec1b089826ed4e202 0.37 MB 784 22
540,668 540,668 0000000000000000000854230f10d13f2d8336b286a564ed31d4f178c5974e53 0.75 MB 1,406 20
540,667 540,667 000000000000000000061abc0f850f62cf8b83c800a4f599f91c9adf7f783f78 0.43 MB 883 39
540,666 540,666 000000000000000000217803a93797a632c224fa41ffa40d8b7b392244f4aa15 0.69 MB 1,405 23
Previous 10 blocks ↓
Total Size: 769.22 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,634.68 GB sent, 94.04 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.