Memory Pool Memory Pool Refreshing

61,522 transactions
27.45 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,427 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 738 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,426 (72,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
800,316 800,316 000000000000000000029693ef8022191b0c6a1508ad9f8a01493daaa2ebcc6e 1.78 MB 4,168 8
800,315 800,315 0000000000000000000414d9dbe10b27444970de8f47b766153469d7d84d1d59 1.73 MB 4,203 16
800,314 800,314 00000000000000000002388f9e8ef1e59002a48fb04e945d3c4db49695cae2b1 1.78 MB 4,727 12
800,313 800,313 00000000000000000002f12f1420f41d47a5ebe276bd36a9d6a7987718200ae5 1.68 MB 3,934 19
800,312 800,312 000000000000000000017c7823c73f3a0952619d4d94f0621575e88c043a0ea2 2.00 MB 6,061 8
800,311 800,311 000000000000000000044356f775ba1661727106e4a3da86256f09009edbefe1 1.69 MB 3,020 7
800,310 800,310 0000000000000000000463756028b9973a766ad21c7d79969f9bae51a760bd23 1.69 MB 3,536 14
800,309 800,309 000000000000000000033fcf0ab9ed17fcedf469accd62513ca6e2f93dbf6202 1.97 MB 5,485 8
800,308 800,308 00000000000000000003b2e8eb5c4255e845d6cbb394567cf0cedd6c607f66ae 1.80 MB 4,091 8
800,307 800,307 0000000000000000000205c26f9c5831b424c32103c1ed0135b22c2ac26e0ec6 1.46 MB 2,107 20
800,306 800,306 00000000000000000000a2a031c0d9c861a58d269937cee0586723bcd383358c 1.99 MB 5,904 8
800,305 800,305 0000000000000000000253baa436783bb3746e6b05f9116d6e9d5227aa36106b 1.91 MB 4,793 6
800,304 800,304 00000000000000000002bb802d00046d5705669174013093241916d86879393f 1.59 MB 2,947 18
800,303 800,303 00000000000000000001f06c2783caed9a017c70aeccebcc7eac9e015396bcf9 1.76 MB 4,309 11
800,302 800,302 00000000000000000002ed4b1f34b3f44d9e7b132d3047a2ac78b1d4459c068d 1.62 MB 3,245 7
800,301 800,301 000000000000000000047445141a6f6a3ada96ad5fb55628cf04322c8b988b81 1.66 MB 2,248 14
800,300 800,300 00000000000000000002ab45593d13585ae945c016fb8f12b4c791f9637ebdc2 1.55 MB 3,091 18
800,299 800,299 000000000000000000005e73fcb259804143073e308feadf0e1580c7abdb6912 1.67 MB 3,973 9
800,298 800,298 00000000000000000003229d2850df53e621b29bdd2667555dff217dea48ca8c 1.82 MB 4,769 7
800,297 800,297 00000000000000000000267032624e18605afd7fb1f89dff112722dde8005bc4 1.90 MB 4,370 11
800,296 800,296 00000000000000000003dd149f3e803e0786f017a294a857c96e1522687b00f4 1.39 MB 1,684 17
Previous 10 blocks ↓
Total Size: 704.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,635.09 GB sent, 238.03 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.