Memory Pool Memory Pool Refreshing

52,122 transactions
27.76 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,553 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,278 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,552 (25,169 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
846,383 846,383 000000000000000000021564daaed029d5e2a9eee999dbeb5015b46e66d645d0 1.49 MB 4,429 37
846,382 846,382 00000000000000000002c19e246dbd0cfef7165a7abc7a7731bc0f88716a44dc 1.52 MB 5,003 26
846,381 846,381 0000000000000000000047b5885b7e676405279936d66f10aa40624236581327 1.45 MB 5,219 34
846,380 846,380 00000000000000000003234929b15deeac0a2b29f478d8fb66a289d8c1ac624e 1.49 MB 4,719 26
846,379 846,379 00000000000000000002c5eb69d7d86bae2cbfa68c77158de07d04f7ddb0d861 1.46 MB 5,150 21
846,378 846,378 00000000000000000000067b05921c509be33556555f8f8bb434bd318d4f3b06 1.81 MB 5,872 17
846,377 846,377 0000000000000000000100a477db83a13ae8961a8053d186c50c23eddf89a231 1.81 MB 5,463 20
846,376 846,376 000000000000000000010b6149286a5d2a7abb3237aaa9f01d79fffeb908b849 1.48 MB 4,535 30
846,375 846,375 0000000000000000000273121c25de7c739d753bbc3d5188d279921f26be3a9c 1.50 MB 4,372 15
846,374 846,374 0000000000000000000317a62aba64e751d0e6c8436b656e4e30794dd11af945 1.46 MB 3,914 25
846,373 846,373 00000000000000000002345893f2018b25f4004c294602bb7ca9ad344c66af1b 1.61 MB 3,358 20
846,372 846,372 00000000000000000003186e738b7a7e55f4d8defe050c8b3700f036528e6ad0 1.65 MB 3,258 27
846,371 846,371 00000000000000000001294ca96e4af4f4087e6cb1b8ada5acf898fd1b0f7cbc 1.57 MB 2,736 25
846,370 846,370 0000000000000000000175edf7cdb2c63f5b4715b0ea3c28198d2ae9bed5305e 1.61 MB 3,704 34
846,369 846,369 00000000000000000003276c25ef9470b31f05e30bf40e7142a5fd1f0bd794d9 1.69 MB 3,445 56
846,368 846,368 0000000000000000000253ebe1e7f40f21ef9ceb95f44477106a7504294d60f4 1.54 MB 3,497 53
846,367 846,367 00000000000000000002db5a2c6018c8734b209ff9c741019e291c833e02105f 1.86 MB 2,108 29
846,366 846,366 00000000000000000002e9a92e2f9576187125f16521f56d60c84eca86f6b131 2.03 MB 1,030 30
846,365 846,365 00000000000000000001c5590b118a3fbd2af30a0e8cab2ecbf986e0afa7e6e9 1.62 MB 3,525 35
846,364 846,364 000000000000000000004a9cff28a035eaeb974b2aebba2fcc6346c4949f7cb0 1.79 MB 2,674 61
846,363 846,363 00000000000000000000e6e86728cd94e2f5c60584724ae9c7f449cf359ba7ca 1.57 MB 3,457 46
Previous 10 blocks ↓
Total Size: 702.36 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,543.13 GB sent, 227.36 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.