Memory Pool Memory Pool Refreshing

26,488 transactions
28.92 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,286 (395,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
466,362 466,362 000000000000000001c4493e92666f585737d40190e787c05a6ff7eecfc93749 1.00 MB 1,753 88
466,361 466,361 000000000000000000766fadf2e36302292270287636d3014b1a8a545bd8e670 1.00 MB 2,691 168
466,360 466,360 0000000000000000002a63af88411c46ebc18166e998eb06b3f6aa945b40ee1b 1.00 MB 2,037 178
466,359 466,359 00000000000000000103393c3d1aead7bc16e6ebafcf8d4077b3d0d6db8ab063 1.00 MB 2,681 92
466,358 466,358 00000000000000000140beacab87c6d2d963f1169612b7d6d6beb5d41a7d5421 1.00 MB 2,116 201
466,357 466,357 0000000000000000005b60a37aa3e5e7d69aa35b75920e7ef2f91f2942e5384d 1.00 MB 2,714 133
466,356 466,356 0000000000000000017fd8c23b735e3100ac29bfc426dc39ce0a6d35e960a989 1.00 MB 2,389 207
466,355 466,355 0000000000000000005baae13557e8d9a08b78b2f02ff5313e35f2b2b2e5d30d 1.00 MB 2,107 144
466,354 466,354 000000000000000001a9c64370f3311190c1b46fa76853113e8ee38a8f47a9f0 1.00 MB 2,002 214
466,353 466,353 000000000000000001ae72a8dc3790ca7b63ffe661773c6ead3883c33a36f63b 1.00 MB 2,137 223
466,352 466,352 00000000000000000162e5ed53d5ca0d3c91685ba314a45fe28f6b086f30756a 1.00 MB 3,015 292
466,351 466,351 000000000000000001a7d44b11068f9fc50687f6b7d31b770f045d8eb4b6cdd1 1.00 MB 1,812 183
466,350 466,350 00000000000000000039f1bd32ee871f7d27d030c1ebf0035d53358830746c80 1.00 MB 1,468 178
466,349 466,349 000000000000000001f6026229f6facecab23deed4d5a39f2ee3a11cf9a77f3a 1.00 MB 2,658 205
466,348 466,348 000000000000000000deedbf89be2ef16d53c7d8b785c321bdbbbb1eec57fdbc 1.00 MB 3,137 149
466,347 466,347 00000000000000000103c46f04116c18bbbb45f6edd8b5d193531f3c8f4cee6d 1.00 MB 2,753 167
466,346 466,346 000000000000000000865f2721b3683da60a4c224c5d5f097ce2f61f192733bb 1.00 MB 2,678 146
466,345 466,345 0000000000000000006b58138c35d23a83697f382b43a0ce8dd6f4c5187c2b6f 1.00 MB 2,710 135
466,344 466,344 000000000000000000d51bfc1cfeb640334177564eb2492ad56f034dfbd2bd8d 1.00 MB 1,974 186
466,343 466,343 0000000000000000016021090d35fe435ef0345dc1f33bab881899719f9af7a0 1.00 MB 2,835 286
466,342 466,342 0000000000000000012704a15a3c0900497d8f24df75e7ee24108f0cf5da2f7a 1.00 MB 3,712 126
Previous 10 blocks ↓
Total Size: 684.71 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,361.67 GB sent, 103.07 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.