Memory Pool Memory Pool Refreshing

29,280 transactions
32.58 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,977 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,165 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,976 (45,538 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
818,438 818,438 0000000000000000000352c094cce478528c6d7ad4138eccea2b1f020a5eee79 1.60 MB 3,080 58
818,437 818,437 00000000000000000003cbf56cb7b4a03607b9537d2f3f842cfc2c87e9d37f12 1.69 MB 3,573 69
818,436 818,436 00000000000000000002a5bad0f32b7a980b973f0e6924b95559d3a29db4a7d0 1.55 MB 3,450 74
818,435 818,435 00000000000000000001056f726aac954bc79f0aca14d0ad2b1fb67e80b811fd 1.77 MB 4,175 54
818,434 818,434 00000000000000000002f01b8970192da94cfc6d43f7b7f43f76e9ac0cb37354 1.80 MB 4,631 56
818,433 818,433 00000000000000000002e25582c885e34a86ffd66ed74974e131039325dfb667 1.84 MB 4,230 50
818,432 818,432 00000000000000000002a3e54ac474b396e6caf965494cba701b4460a0bfe4e1 1.59 MB 3,161 66
818,431 818,431 0000000000000000000055589b29329329e6d3c96fcac7c3f879a34b597bc887 1.64 MB 3,568 62
818,430 818,430 0000000000000000000242f76b626811937c51a368a98ece5f845586bd5e66e8 1.51 MB 2,755 54
818,429 818,429 00000000000000000002db78550fd7e0b57ec9843ffc481411c1fb0d3cee8488 1.44 MB 1,964 46
818,428 818,428 0000000000000000000422fb8a014c4210caa1294429d6f0c8cf349dafd6684c 1.78 MB 3,752 62
818,427 818,427 00000000000000000000ba034a97f50d0b0f3e313f5fa0f74c86dc050ccefe69 1.56 MB 3,113 47
818,426 818,426 000000000000000000017c8b6cbcef10ecf1bed5874966e0bd9334ee706653d0 1.63 MB 3,238 79
818,425 818,425 000000000000000000035d0ee99aecc0d9e78b9426b4682e7c11fff73bd99774 1.55 MB 3,497 71
818,424 818,424 00000000000000000000c9e6a553fc2f9e7b7c913ba8c24c2c9e6d3eebb57250 1.77 MB 4,206 47
818,423 818,423 00000000000000000001e9be424d5fa26886b3b4aedeac87fdd1b38958d5ed66 1.80 MB 4,387 54
818,422 818,422 000000000000000000034bff8b9f743527e08a6ec9db81cad1372c5f216b8ed9 1.65 MB 3,609 74
818,421 818,421 0000000000000000000206deb1181f8d463db8300fcd732c84e16dc2d8c34e6f 1.70 MB 3,544 61
818,420 818,420 0000000000000000000100a001e46f0375b92c1756b9c8ac527e281c764cd11d 1.74 MB 4,169 67
818,419 818,419 000000000000000000020a8e7cfad30ee69931f147b1fc0fae728a244e8ebf7f 1.77 MB 4,131 48
818,418 818,418 00000000000000000001633cd7f776241031ee5fb42b4771522698f8358b033b 1.70 MB 3,498 57
Previous 10 blocks ↓
Total Size: 687.97 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,534.38 GB sent, 125.19 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.