Memory Pool Memory Pool Refreshing

34,911 transactions
22.18 vMB
Show Random Selection Loading Transactions
Max Size: 136/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,440 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,516 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,439 (69,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
793,733 793,733 0000000000000000000403621d81d096d25195b0ec95393f697e1c6f07c915c9 2.35 MB 3,726 33
793,732 793,732 000000000000000000011156d573f339edbeea7c672db91419a2de92b85c11fd 2.02 MB 2,801 23
793,731 793,731 00000000000000000002fd84aae40ad32694f32db82aedcae498f7bee2c3d51b 1.50 MB 3,039 22
793,730 793,730 000000000000000000020fe68b37f17b130e9b1b9a0edf3869044c00874249fc 1.57 MB 3,078 33
793,729 793,729 00000000000000000002a0dce5ff361a0e21f3b2ab2a5c1705f010f6d829a55e 1.35 MB 2,434 62
793,728 793,728 000000000000000000027cba7c5cde6c87a95b84981222fc9d9477d4a2b2959e 1.48 MB 3,233 73
793,727 793,727 00000000000000000002cd455c03d52e3005720c0cfdc4ecdc7d1e6396e2dacd 1.51 MB 3,271 50
793,726 793,726 00000000000000000003de83d102167944a7e842dc414a182b765524334a2633 1.91 MB 3,301 13
793,725 793,725 000000000000000000057ad9ca56c8594881a08b2fe438fb416a4f539c5d36f6 1.74 MB 2,969 33
793,724 793,724 00000000000000000002855071cf9c24f82a0c2a08eba257a4bb78367664b71b 1.71 MB 3,513 41
793,723 793,723 00000000000000000002c4c81405e036ef52ae85eb98639c30694ffaafae5b81 1.52 MB 1,241 19
793,722 793,722 000000000000000000005fca167969a9bd5449db0211050bd184bd180b126865 1.99 MB 2,374 27
793,721 793,721 0000000000000000000102ed063f6734e1ff06e7c225fd1bd6e2c9b7ebcf6948 1.65 MB 2,369 38
793,720 793,720 000000000000000000013756da444bbcce0794c52472b1e8fdd1cb872f2995b8 1.28 MB 2,432 45
793,719 793,719 0000000000000000000353387494ddd336e2d26d2e6f90ef21b1794af5b82d94 1.48 MB 3,208 67
793,718 793,718 00000000000000000005174c7e1df2fa606595e843e6a7185df03b055bb965c9 1.46 MB 3,242 78
793,717 793,717 00000000000000000001b3bc0264f2ab784495e28331ed8de38d60a372dfaf4e 1.49 MB 3,381 76
793,716 793,716 000000000000000000038025683d0c7102d73f7f3cb78c36b4d2f7159afccbd3 1.54 MB 3,410 51
793,715 793,715 0000000000000000000528ce1bf9b2c1a887a97ec4a5e341612e6c588eb04c76 1.88 MB 3,190 19
793,714 793,714 0000000000000000000239cf0e3feb98e26676dbd694effc9afde0e7e6d0b304 1.55 MB 1,575 14
793,713 793,713 000000000000000000011fb78a365b3ec0eaf24ace3babecffcf803a369cc255 1.82 MB 1,654 28
Previous 10 blocks ↓
Total Size: 686.96 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: 1,498.93 GB sent, 118.07 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.