Memory Pool Memory Pool Refreshing

34,717 transactions
22.67 vMB
Show Random Selection Loading Transactions
Max Size: 142/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,588 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,625 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,587 (328,129 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
534,458 534,458 00000000000000000010e7e73efb9d099ae099422242a0d1278647bbcd097963 0.55 MB 1,291 16
534,457 534,457 0000000000000000002d1a48f0dc226db86bbed965be0d311e66a88177a517af 0.15 MB 280 10
534,456 534,456 000000000000000000133b493c2e3fd3b7692485863b82226f31f1c10c234e68 0.21 MB 599 21
534,455 534,455 0000000000000000000de888ceb462534c04aabbb49103a1217e665958b60a37 0.28 MB 491 3
534,454 534,454 0000000000000000002732151191c6f43487f591f69f4ee7fd767c547301cb5a 1.21 MB 3,016 14
534,453 534,453 00000000000000000012bbef6399380405f6ecfc72dfa8ae4edb605e2e3c2ad1 1.16 MB 2,755 11
534,452 534,452 00000000000000000008f1cc215fb6e15cd651918caad8c82db9f789e07ae755 1.13 MB 1,859 36
534,451 534,451 000000000000000000122c0025e42b9635fafafadda04ceaaffc290332498ec4 0.70 MB 1,523 18
534,450 534,450 000000000000000000046967b577845d97bc2eb0766deabdbc99bda6e23d941d 0.75 MB 1,680 21
534,449 534,449 00000000000000000011eba020d6709a19a9a611804851c9a6804145a1462476 0.69 MB 1,095 14
534,448 534,448 0000000000000000002c8784de43d191d31b61470a98abc33f81fb260c79d203 0.31 MB 530 20
534,447 534,447 0000000000000000001e29b2e9300883d57ed9927cc2e28c8ab7c00291ea4a66 0.51 MB 811 12
534,446 534,446 00000000000000000015f6c6b69a005f8109e31ab58408fe895e790d19c4092e 1.18 MB 2,704 11
534,445 534,445 00000000000000000021778ee5b345212850d20e2d9f7556ebcfa8e672ee8fe5 1.24 MB 2,296 20
534,444 534,444 00000000000000000012ff6b14f186d7b7c41d8e585a40d79f1164dcd92f8b36 0.60 MB 848 51
534,443 534,443 00000000000000000022b287191f8bd887eb953aa60ef6767b3058d7a5aa7879 0.93 MB 886 2
534,442 534,442 00000000000000000000c522e78d71bdc2c0a29bcb8dbe3d397a5fce070983be 1.58 MB 693 3
534,441 534,441 00000000000000000007414f630b4df39800b93b4a6708910a767385d5c7fa9e 1.13 MB 1,879 20
534,440 534,440 0000000000000000001370af4794359af00e0b7e8a822cd3ac7016b5b3166302 1.35 MB 1,329 3
534,439 534,439 00000000000000000025f01c0513f2b746f5e1af5d2450dfc52f95ca3b761437 1.14 MB 1,518 3
534,438 534,438 0000000000000000002b16e7b6c7da27e809335dea5f3e12c99b66550e69d542 0.59 MB 1,354 9
Previous 10 blocks ↓
Total Size: 685.29 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,376.50 GB sent, 107.52 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.