Memory Pool Memory Pool Refreshing

60,794 transactions
28.00 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,183 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,223 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,182 (545,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
326,394 326,394 000000000000000003236a069c718b4e39c38dec9ea5b7c80599830492fde052 0.15 MB 308 22
326,393 326,393 000000000000000004aa9c6defa9d7d189ab6d72a987a2695b5e7a6ecd2ae6a0 0.54 MB 803 24
326,392 326,392 00000000000000000fe00965bde33de9f0677bbd5bc5152e95b9f78b093e6cfb 0.49 MB 799 26
326,391 326,391 0000000000000000155b2c619430eb05bb0881103d3a7201dbabf099f55f2cc3 0.04 MB 95 29
326,390 326,390 00000000000000000b5e05abeaf2602d94505efd9e6cf0af6f029ea0e268f4cf 0.09 MB 181 28
326,389 326,389 0000000000000000100fdf39e735ff92753c34052bbc35fe14e5f18e81f414a2 0.01 MB 15 28
326,388 326,388 0000000000000000116dbfbe2707894d6d803c4bdccf03daa8a4dc14279e9237 0.16 MB 297 27
326,387 326,387 000000000000000003f8540892fc0f427cc3e890415d7e79940a082b8764044c 0.20 MB 312 25
326,386 326,386 0000000000000000021e2548118b917bbcd42484b846b75d94a0798ba14b7b42 0.06 MB 105 30
326,385 326,385 00000000000000000c204c2b6ca5221f552314ddbffff5a7bee42fc27156cbe9 0.38 MB 698 30
326,384 326,384 00000000000000000271fdfe335d01e2eb77609f77664b65616669574f1d917c 0.27 MB 431 25
326,383 326,383 0000000000000000108f0c82c8d07f6427a8e649458405cd6290ea51f32dc5ff 0.17 MB 398 34
326,382 326,382 00000000000000001432dfc8fb2e92cb2721f38fa79090e76e5d533c41f2e4bb 0.23 MB 453 29
326,381 326,381 0000000000000000080edd5f444182af5b7d674a1f410258e6705afa16f8fa01 0.11 MB 195 24
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
Previous 10 blocks ↓
Total Size: 703.54 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,601.51 GB sent, 235.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.