Memory Pool Memory Pool Refreshing

79,201 transactions
31.42 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,292 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,383 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,291 (70,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,461 799,461 000000000000000000048efa6021998a745307dae098fd0a8cef62995fbbe42b 1.39 MB 2,910 18
799,460 799,460 0000000000000000000145b5929bffca81ae56b8dae2f04b2cbb9efa0726d2d4 1.39 MB 2,707 16
799,459 799,459 000000000000000000002af2293a6e44fc038bc50fcee4f2f39c36a2e278de8d 1.42 MB 2,895 24
799,458 799,458 00000000000000000000016d1fc7f0d31141146886bdfd21de76ad4d105cb0b6 1.69 MB 3,267 13
799,457 799,457 0000000000000000000476b7a3d1682c36e29d6c86e2738532fcd0d29a3d0374 1.85 MB 3,639 8
799,456 799,456 00000000000000000003bd148c1af09a522445f4fa812a483eab5c2b030a7cfa 1.89 MB 5,275 10
799,455 799,455 00000000000000000003e38ea58416f441623470fb8aee3d4b09678eb3e185bb 1.73 MB 3,718 9
799,454 799,454 0000000000000000000495ea2b7956fdbf2c7a3aa1fb1ca8f2d088a7c77cdd10 1.86 MB 2,544 11
799,453 799,453 0000000000000000000499a8a9870d5cd1a7326f7140bdd992e6f268bc6ee8ed 1.40 MB 2,451 14
799,452 799,452 00000000000000000003295192e324ad9b452aedeb416a3423c9cbb607835e53 1.54 MB 2,104 15
799,451 799,451 000000000000000000052635ad6c710bbdb1a0c602fcdf301c2a2a4a5e0de876 1.90 MB 5,408 6
799,450 799,450 00000000000000000002f8230a99a351e625a54b8b69ae1b31f55c4471f79e54 1.85 MB 2,517 9
799,449 799,449 0000000000000000000165428dbf9cda4eccf41c17f40332d1fcb5e06f42d941 1.82 MB 2,706 8
799,448 799,448 0000000000000000000500d94ff7ae374b3e8727fa3e7d5c2659c4da1d15d389 1.34 MB 2,155 16
799,447 799,447 00000000000000000000b0c175e38494a212be0af0dc23af87598bca9fc44797 1.69 MB 2,683 14
799,446 799,446 000000000000000000040cec24f67770280e0bb4aed62449f9148977b13b78ad 1.51 MB 3,479 19
799,445 799,445 0000000000000000000283837d3370378ac401bf80efc0c8d941784f76f48aa0 1.43 MB 2,415 14
799,444 799,444 000000000000000000031a5b821d08b2fe56da04483345b75155a2638c82f145 1.44 MB 1,727 10
799,443 799,443 00000000000000000003c6be052657692eea6653e1495ddf34d97a81a0b15423 1.50 MB 3,275 23
799,442 799,442 00000000000000000004a46340cf6b04c6fe33be9998cbe8e9557055ad63b18a 1.55 MB 3,235 20
799,441 799,441 000000000000000000044757ec23c1cf655fb3eee562ca42186604dcf118f367 1.65 MB 3,375 7
Previous 10 blocks ↓
Total Size: 700.00 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,225.71 GB sent, 210.40 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.