Memory Pool Memory Pool Refreshing

49,601 transactions
22.35 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,037 (62,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,551 799,551 00000000000000000000786e39d31662637df0d688f85b03277a9f87a01e1a19 1.52 MB 3,619 35
799,550 799,550 0000000000000000000152cc171f84bd1776c891ab4f052d5a6d4aad75f9d48c 1.53 MB 3,279 29
799,549 799,549 000000000000000000051741d31f3dee82aec29d1f92dfbb1b1122bd2e5185bf 1.49 MB 3,410 37
799,548 799,548 00000000000000000002ce2db232ffbb8863a2ccd9252f6a1a808eb3156fa533 1.62 MB 4,196 20
799,547 799,547 00000000000000000003f207a98e45b39393d90b8c2b80831022862290fd839b 1.59 MB 3,581 26
799,546 799,546 00000000000000000000e298b976772e8de4c5b77a63b498ca5c3096baa979e3 1.38 MB 2,522 27
799,545 799,545 00000000000000000003ce51f473de38abc4ea21dd1c69d3dff239c8d99eff70 1.30 MB 2,089 22
799,544 799,544 0000000000000000000129ebeee9038402ebdaf1e4bb8ee9be337e2507622629 1.55 MB 3,133 31
799,543 799,543 000000000000000000039d7b87cc170ea8a3dbf41b677bb1a6e1e3f5312c9809 1.49 MB 3,061 32
799,542 799,542 00000000000000000003fed8315c7e0d271f3423bb2bf87a78254446a25ad88c 1.37 MB 2,646 42
799,541 799,541 000000000000000000026e6016c8f5752c28a57379701e3dbc6dfcc09048aecd 1.39 MB 3,161 37
799,540 799,540 00000000000000000000477829fb93e3eb8977df388b3aef268216d14fac79d9 1.65 MB 2,864 18
799,539 799,539 0000000000000000000362361f08e7428c309af1f9f86f774a6c6977826a9f71 1.46 MB 2,473 25
799,538 799,538 00000000000000000003b63a3d07f94400f779184760897b105c261836037b52 1.66 MB 2,858 14
799,537 799,537 000000000000000000002c8a4bcb57ea4ad964b13dd5ded27ec5373d377c1e01 1.67 MB 3,138 10
799,536 799,536 0000000000000000000493356b6499c43513114e23c2dc21dc5e7b1a6d44e2e0 1.67 MB 2,619 16
799,535 799,535 000000000000000000037805b479cd64641225e4dc1cf9afc4b5e1afa86e1b78 1.34 MB 2,083 21
799,534 799,534 00000000000000000002006a7d82e73ef31d11ac0f4e98cccff5055aba21fb29 1.52 MB 3,722 27
799,533 799,533 00000000000000000001f8da5bd0721082d0803258482619d4ce3d46644b2578 1.69 MB 2,649 17
799,532 799,532 00000000000000000004ec9e2808bc5673d9add4d882dc1c98b135fa6c0c6ebc 1.41 MB 2,602 23
799,531 799,531 000000000000000000043634af3fd2027fc71bdef329c6d0654fa5bb5d948ef6 1.32 MB 1,447 14
Previous 10 blocks ↓
Total Size: 684.23 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,330.44 GB sent, 99.89 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.