Memory Pool Memory Pool Refreshing

72,271 transactions
33.03 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,321 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,227 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,320 (724,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
146,011 146,011 00000000000005b11ff875c7ddc12e8bdcc2b9a932d19f1a4163f6a369d1af8c 0.03 MB 84 130
146,010 146,010 000000000000001c239a14b8cc089f71a2ce2c0eb52fd339db76e86235cfaeff 0.01 MB 20 65
146,009 146,009 000000000000049b99ff1dadf0e6c7b4f3f95b85f2efbda963b102af60561644 0.04 MB 57 208
146,008 146,008 00000000000006843305257c1feeb037541188da9ec9303619ca872402d7ed8f 0.03 MB 44 76
146,007 146,007 000000000000067bb900118e8ccd127672af70cdb54503c42aaff6a15c0b5f1a 0.00 MB 8 72
146,006 146,006 00000000000001c5a8f931163087fc25266a389f8c235458b6e7f87f93f5b1aa 0.01 MB 8 57
146,005 146,005 000000000000012fbfdd068de7f14e9a05002f26e641ed1c91f73cba849c70c2 0.01 MB 25 22
146,004 146,004 00000000000002c0fb1c56c3b6e248a77d1ab0bcee3948a16daff4b27dd8c934 0.05 MB 155 29
146,003 146,003 00000000000000897fc7784ea59913b7c169b91ca8487f011b42a906aaa18c57 0.02 MB 49 404
146,002 146,002 00000000000001dda1df8184b5f0b199304764a788cce5bcadf0628e4cead269 0.03 MB 63 135
146,001 146,001 000000000000036479e4b26fc6b54b728f505df6ec956c68c34deea22f5f79ac 0.03 MB 60 58
146,000 146,000 0000000000000188cbeebda87456f040370995dc11eb3a1e76b1577b6e0b588d 0.00 MB 9 34
145,999 145,999 000000000000061fb4401e748a601cc875b7b1df0f43d8580881fc3d24f54081 0.01 MB 21 126
145,998 145,998 00000000000006e61506c77cbc8f85235805b5daf55a1ea5842d6521aa055188 0.03 MB 46 62
145,997 145,997 000000000000065e50ec49d3abf927e810ad9acf2f238cff0f0ecf5f760eb7fe 0.03 MB 74 374
145,996 145,996 0000000000000562904bec5998eaa8a869d5c7e22931dcbac2d068d3f53fef26 0.05 MB 89 139
145,995 145,995 00000000000005345b6dc6a405e97b917e4bb35c2d42e7cfb5841b79d4aade58 0.02 MB 67 64
145,994 145,994 000000000000041ced6dadc2aa8a19715dc47232abf63c24cfd43cbe6854be26 0.00 MB 9 222
145,993 145,993 0000000000000635f5ff4a487b7c8db9333341089428849cbc6e8e8eceb69fe3 0.05 MB 109 337
145,992 145,992 00000000000007693ee9c73334c43b8dcb85e1761116b9923f3a78ba49bdd0de 0.01 MB 34 36
145,991 145,991 000000000000014c0e85d39fc4511a498cfd022e03c7eee3b26b0f744f34a20c 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 700.05 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,228.94 GB sent, 210.82 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.