Memory Pool Memory Pool Refreshing

34,348 transactions
30.55 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,373 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,457 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,372 (398,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
463,442 463,442 000000000000000001a746ead3d4d72d2e67cff2cebd436f01dd7b2ce3578584 1.00 MB 2,849 219
463,441 463,441 0000000000000000018a48c512154903ca29874b343445439946d951ba51d435 1.00 MB 1,169 107
463,440 463,440 000000000000000000ad511c679ff49e259a11e68e10592c0a6148d4236f4a64 1.00 MB 1,203 146
463,439 463,439 00000000000000000074fc6ca3af613c04f14e43e69cacb72526fa60027686ec 1.00 MB 2,211 159
463,438 463,438 0000000000000000020eb54fc5f9d684634efe0e8b957564c52e40902a34ec49 1.00 MB 2,345 183
463,437 463,437 000000000000000000265076b35b62eb8eb167f04835eda70f1139df579b6cde 1.00 MB 1,313 153
463,436 463,436 000000000000000001929244b37394fc59a0bd378dab564a7794472dab409270 0.99 MB 2,992 293
463,435 463,435 00000000000000000177734ba29d894b6ef409981971550b3b26cb1e5da4f7e8 1.00 MB 1,769 328
463,434 463,434 0000000000000000017801388a87de2e58ad2194f06fdf0a0a58f9f8bc0662f3 1.00 MB 2,290 213
463,433 463,433 000000000000000001b86fb650e15e0848aa3466c87baa9e72d72d6f9131559c 1.00 MB 3,344 151
463,432 463,432 0000000000000000015bfe3126bc9dc834be080dae6b1b6c5d5b348332626335 1.00 MB 2,467 141
463,431 463,431 00000000000000000072505a32c83d0d167f46a4ac7eca9054b695fdaede2692 1.00 MB 1,747 179
463,430 463,430 0000000000000000011a82dd2b528ecf4a561b5cdae4bd6a4c8839b5edb95b30 1.00 MB 2,008 138
463,429 463,429 00000000000000000179fb23e72086f0cc3ee3405bfab80f610b857f1e316327 1.00 MB 1,799 138
463,428 463,428 000000000000000000b50ab1cf56d30406cbb3402ad4e071b35fdbc6265189b5 1.00 MB 2,262 215
463,427 463,427 00000000000000000124f3a0af4466b565ba9f1cda341331c4c40197b2056f0c 1.00 MB 1,623 181
463,426 463,426 000000000000000001e967c7589596f3fac5fe9440bbfdae50a1daf5797d54e1 1.00 MB 1,610 136
463,425 463,425 00000000000000000010a33e25cae2b9f47d4a6e407507881c75f6aee45d4c95 1.00 MB 2,013 170
463,424 463,424 00000000000000000053935abd948cb0d0e39f15b82046785f39d8af8d681d7b 1.00 MB 1,843 172
463,423 463,423 000000000000000001bd384f8c613c8cfc51408ee2368439a22dc8439206058d 1.00 MB 2,024 375
463,422 463,422 000000000000000001455fdd4433d57ceef05d07afa1d7bad3dfba119a944527 1.00 MB 1,630 235
Previous 10 blocks ↓
Total Size: 684.87 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,365.80 GB sent, 104.10 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.