Memory Pool Memory Pool Refreshing

61,396 transactions
27.34 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,519 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,206 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,518 (546,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
326,380 326,380 000000000000000016fa32fc487a4b0207fa231d26841de1bdca351c123a817a 0.64 MB 1,072 27
326,379 326,379 00000000000000000cab5c6d611eaf8ea923629cda769d316eecd9cf29e0e6c3 0.08 MB 140 24
326,378 326,378 00000000000000001b58ae557fafe0c56db2422aae37bc310b756d4792fdd38e 0.04 MB 59 12
326,377 326,377 00000000000000001c2a8e5cea3b5ab9d8809de9eca822b44aa7cb2c3fde0ba8 0.41 MB 813 28
326,376 326,376 000000000000000002523b1a671ca7efea0c7fbc57c14165993a3e5fb8834308 0.27 MB 498 27
326,375 326,375 00000000000000001e480666e8509119aa89eedee0ecca088a17b64e6c3afa96 0.40 MB 800 28
326,374 326,374 0000000000000000108cf254c5eb20f0ca02e6d997012832bcf52e31320628fd 0.15 MB 273 26
326,373 326,373 00000000000000000d54c3d0c9db9d1badb532328c9dc004d34c0b5bdeb6b586 0.15 MB 230 24
326,372 326,372 00000000000000000c1bd9c72f0951b02450b50cf351ce5968f90b934b001631 0.35 MB 456 11
326,371 326,371 00000000000000001de25707f0a3b338fe22f383613ade37f90c0c3e7374f22f 0.02 MB 32 49
326,370 326,370 0000000000000000004adf5a5a24cfa2f0e299f89dc84ae97965868dfacd2409 0.46 MB 803 29
326,369 326,369 00000000000000000904364d43b5729e8ac0fc2944dc57e5bb5e82542c36a53e 0.05 MB 124 35
326,368 326,368 00000000000000000e650ed99bf88410c7bfd32ce62ca83efd66bc20aee4806b 0.11 MB 209 35
326,367 326,367 0000000000000000087dea55e3dd6e647360962345093042b99e712dc7fc0d76 0.45 MB 844 27
326,366 326,366 00000000000000001cb6244b5356e1b29c3861a6c04ae6ae441ce8d80c857e31 0.37 MB 656 29
326,365 326,365 00000000000000001cbb8d314818a4ee54deeb2e6fe38df8747a724ddd043d22 0.20 MB 397 28
326,364 326,364 00000000000000001c986bef01c5e8a67911261780dcae0e472fe20f1d984041 0.49 MB 907 29
326,363 326,363 000000000000000005f9154005d3ecc96a2554a2c782f7bf1410fb684c00a142 0.09 MB 196 29
326,362 326,362 00000000000000001be653092e2c52eb9e4781e5e0dd584de85d7b875da97b42 0.04 MB 48 20
326,361 326,361 00000000000000001ad51d5ff4410b6c277b5629cab89e2dc4067751e195cefb 0.25 MB 471 32
326,360 326,360 000000000000000009c61cc5fc7e613d371a9901b3c4ab8b512284cafbf97699 0.10 MB 173 29
Previous 10 blocks ↓
Total Size: 704.16 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,642.94 GB sent, 238.88 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.