Memory Pool Memory Pool Refreshing

36,113 transactions
28.88 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,549 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,726 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,548 (408,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
454,438 454,438 000000000000000001624398e846bda849016fd7b5f150f6182abec4c0c63408 1.00 MB 2,127 98
454,437 454,437 0000000000000000002f1a7f8994306f62a73406c658273f339349f08f45a16c 1.00 MB 1,980 159
454,436 454,436 0000000000000000009ac93104fa2b1041691cd112758559b5a0e753d2127512 1.00 MB 1,755 113
454,435 454,435 000000000000000000fc703756126e389620c59fe4a22312a3f7953022f380ba 1.00 MB 2,212 93
454,434 454,434 000000000000000000c6d57ab7799339bb99305ebb7abfb15bdaea8c66690dba 1.00 MB 1,606 115
454,433 454,433 00000000000000000229a8d63360402018d4e6ee5b5a8091badc05c4b6afbce1 1.00 MB 2,381 130
454,432 454,432 00000000000000000103437af4e7408b2cb5713f7be67f4090b1a00b8bc8027d 1.00 MB 2,474 154
454,431 454,431 00000000000000000194894847612d6ceda5d3e265fb5032d0a11afdcf05f8e8 1.00 MB 1,527 148
454,430 454,430 000000000000000000ed08f34eb000f4f6256e58f36655fa1285fea95908f3d6 1.00 MB 2,511 149
454,429 454,429 0000000000000000002de0c15584f2365a75505fb3fe74e868473b5ef6b86f19 1.00 MB 3,316 61
454,428 454,428 00000000000000000063f8843d8ce2c37f394a78c418a3f9d9f394a0e1204832 1.00 MB 2,876 215
454,427 454,427 00000000000000000241335771f77636454ba79919216c785e9bd27750090ffb 1.00 MB 2,327 92
454,426 454,426 0000000000000000019664d964ef9bf7508d6cfee76d38b753a509f187d88bbf 1.00 MB 2,188 144
454,425 454,425 0000000000000000013c27edc6c423784a8f0fd1cea864f683eb32bd5a7ce2ac 1.00 MB 2,169 149
454,424 454,424 0000000000000000010256b00a4a08a7e2c4c480ee76828da34370cbd6dc2773 1.00 MB 2,639 204
454,423 454,423 000000000000000001c3f213c3600d814a6c88f0120fa0810b4b080a5f41fed2 1.00 MB 2,037 160
454,422 454,422 000000000000000000e6c389c178b9c84c46870d2d72a4a7e67df8e2b80777a8 1.00 MB 2,422 150
454,421 454,421 00000000000000000050254177e095c239c0de5cbd78979c0bbc1dbc032635f5 1.00 MB 1,829 120
454,420 454,420 00000000000000000226e009c68acd26939cfb0fa3887d5d3f580d2419b2c784 1.00 MB 1,137 86
454,419 454,419 00000000000000000059739d43498896184ce095301a2a3ebd3d1844dfaefc9c 1.00 MB 1,471 112
454,418 454,418 00000000000000000122ac4af5eb0fdcd02ee44f0e946f1ef3b30d3c376f699f 1.00 MB 2,115 155
Previous 10 blocks ↓
Total Size: 685.21 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,373.56 GB sent, 106.92 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.