Memory Pool Memory Pool Refreshing

30,296 transactions
32.45 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,092 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 4,013 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,091 (668,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
193,494 193,494 00000000000000befc49ecbfa690758874f320ed1ffa8569d5b595f72c0b5ca7 0.02 MB 59 133
193,493 193,493 000000000000024f5c659eba69f3c703c0bd81e034162a84181129468f3fb515 0.20 MB 480 130
193,492 193,492 00000000000007aa4d09b9bedceabd1f745a99024989ee3e521eaa582c3cb646 0.06 MB 80 76
193,491 193,491 00000000000004c7ca0a86fbd44fa836054295424749d68acd62a8b12e2377a0 0.18 MB 316 100
193,490 193,490 00000000000004476c469b79669c980a3b99dfe649b31aa17c74bccff5de0293 0.22 MB 512 152
193,489 193,489 00000000000000061c804827963474bb4dddc8ec7f8fe8f21697352fca56ac80 0.05 MB 163 86
193,488 193,488 000000000000022445201e5d7bb0acd3af54fc39d2c7ae4ccae2c1db71d14aed 0.19 MB 466 138
193,487 193,487 00000000000008137dda22859f0f44d3b2cd7d63cf95db7c45ea29f7e021b676 0.05 MB 126 163
193,486 193,486 0000000000000327af18d20c7d8174fbe4c5099361878d28b0be4583937289d6 0.13 MB 326 130
193,485 193,485 00000000000002b63848d4a3905f27e998d4891ef375ce61eeecdf049058558b 0.00 MB 10 62
193,484 193,484 00000000000007b1ad5056294de2ead170b53d100647517870423b83746c0a8f 0.20 MB 449 144
193,483 193,483 00000000000003a252e5f81988f2e71c6ab0eb216654df8f935c5def8a04a059 0.01 MB 32 0
193,482 193,482 00000000000007cba613669114f76d689a22614779e9efe5e48c97dad81d3042 0.03 MB 114 6
193,481 193,481 00000000000005655af3209f2492f5c154b61d46e2e6082ef64f6a1ee1fcfdde 0.22 MB 435 115
193,480 193,480 000000000000054c61badb4b46796ce46f0960e47fda9446c88e9198d0b092de 0.14 MB 290 138
193,479 193,479 000000000000008924fc1f30dda7bfac4049c3b71eccf519696c2abb9dd455f5 0.05 MB 119 82
193,478 193,478 000000000000073ad1a45d48c6142302e7599354a7341065b5dde9e010d984d8 0.02 MB 43 72
193,477 193,477 000000000000022b0ad7d9430cdbd624de4ea61c3717504416b7736eaf79afc4 0.09 MB 254 162
193,476 193,476 00000000000000063e202111059dbdc6c51269a8a9edd11a08535f1f11fa873b 0.15 MB 260 97
193,475 193,475 0000000000000761cce563ac06a02d3738694c1814141f2aa6435627d8077f6c 0.23 MB 568 144
193,474 193,474 0000000000000553605626e82dea1f7dcdd5899ce4d73f9f71436ac67286f679 0.02 MB 54 117
Previous 10 blocks ↓
Total Size: 684.34 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,335.67 GB sent, 100.58 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.