Memory Pool Memory Pool Refreshing

49,960 transactions
25.25 vMB
Show Random Selection Loading Transactions
Max Size: 155/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,784 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,736 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,783 (408,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
461,502 461,502 000000000000000001baa2cd9c51a5b9ed09a0096f09301d85175a87cbae37c7 1.00 MB 2,152 144
461,501 461,501 00000000000000000046483200ee64ecf0c6c831e6330badfbe586cd008824de 1.00 MB 2,044 165
461,500 461,500 00000000000000000046fad845b0f294d98166e36e2c17a68a341d01b3cb5a83 1.00 MB 1,844 107
461,499 461,499 0000000000000000009dc67c57d87b583deecf6fb3f9916fd2994ca680b95efc 1.00 MB 1,405 117
461,498 461,498 0000000000000000010c769c3330381fd505b87d4c05e74bd03148917a8d0df0 1.00 MB 2,864 140
461,497 461,497 000000000000000000427ee96604aace09a717ce8cd8fdfded7a800f8234abcd 1.00 MB 2,265 130
461,496 461,496 00000000000000000176e4dda2588c8c73438c3b850bdd25f1f0d1ff2c7e0a7e 1.00 MB 2,449 174
461,495 461,495 0000000000000000014b523ad58b9693cf29ea21aa95dabc21394c733d556fa6 1.00 MB 2,492 137
461,494 461,494 0000000000000000015372917c5bbbfeefd05cba4df701ae12d3541ec4706111 1.00 MB 2,080 143
461,493 461,493 0000000000000000020f0da62b9e9e17471bfa41578bf4e4b52909be624f3e09 1.00 MB 2,624 176
461,492 461,492 000000000000000000e060a724fd416d6413c2a68dfe2ef9e20fdc7a5d1560e5 1.00 MB 1,927 152
461,491 461,491 00000000000000000006c1b0b9b0b2b88cc8891962d7e1de02684c7530494d87 1.00 MB 2,588 178
461,490 461,490 0000000000000000022efb71cd49671b64227bf484eddcafc985a3b6f161b0b1 1.00 MB 1,379 119
461,489 461,489 000000000000000000aa1a2fdd8d62b0e8a83597591fe33dbf513ac070ef2c65 1.00 MB 2,411 187
461,488 461,488 000000000000000001629810096ec5cff39a4cd5de8f3e759fab805fe00e247b 1.00 MB 2,691 242
461,487 461,487 0000000000000000002263322ec6f13f4c145478448f0c69736313d1de43a7ea 1.00 MB 1,995 157
461,486 461,486 0000000000000000007959a6776997c4e1c75d19e0b1fbe76843db0f1b9c3baa 1.00 MB 3,080 182
461,485 461,485 00000000000000000013427b694e84730a7383794acf1043f00470baa443d648 1.00 MB 2,132 327
461,484 461,484 00000000000000000076baa5733bc531b6e82bdc0c85f2f0604a2985dea73995 1.00 MB 1,689 143
461,483 461,483 00000000000000000112e9e8798346972a7469847ab0e2b556078d95215a2958 1.00 MB 1,819 132
461,482 461,482 000000000000000000743a7165a124b2d55eb85bba525dcf63e7922ad883d28c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 699.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,107.55 GB sent, 204.30 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.