Memory Pool Memory Pool Refreshing

36,858 transactions
19.58 vMB
Show Random Selection Loading Transactions
Max Size: 107/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,631 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,856 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,630 (20,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
850,628 850,628 00000000000000000002bd4685cfe74ec04ae52f41aed11eecef597b249e84ca 1.44 MB 2,865 11
850,627 850,627 0000000000000000000323006d795592ebae24d8ccce114d8e2d89f68d0f8bd0 1.65 MB 4,912 9
850,626 850,626 0000000000000000000278c7ecf3169a6e65ced9f4e7aa73b894aad48eafeffd 1.73 MB 5,749 8
850,625 850,625 00000000000000000000fd3ddacc8ff0c7c2e014121a7934e7e29bd33e9bc908 1.59 MB 4,390 9
850,624 850,624 00000000000000000002a92b15730797fa63c30d14ab4ab560c6121368702015 1.65 MB 4,034 6
850,623 850,623 00000000000000000002ea36aa9c0ba70f9be1b5e69945a90827b44639f6d2bf 1.64 MB 6,033 6
850,622 850,622 000000000000000000023e2650791537116ed0ca794176d4baa33f307348003b 1.62 MB 4,664 10
850,621 850,621 00000000000000000001bd79ea1f8436838a90e93707418923b717050d987520 1.56 MB 6,317 8
850,620 850,620 000000000000000000017b053df9a70702b3439180e9c3c530f2c04a11319f83 1.50 MB 2,465 11
850,619 850,619 00000000000000000000c86c8fb04f4757057948f69afb5cb978a7ef1bc04d29 1.69 MB 3,167 11
850,618 850,618 0000000000000000000262c75f679be7ac9341e066159a0bd131b540cc853b25 1.61 MB 6,641 7
850,617 850,617 00000000000000000003351729f49049ac7a9405174585d6417c6b6302f2e1a2 1.62 MB 7,685 6
850,616 850,616 0000000000000000000083c4cb09417953120a2ef88f7756b913d1ab24f141ac 1.52 MB 3,793 9
850,615 850,615 00000000000000000002f9604997a0e4daae8986c32b11ce1a6702971090507c 1.48 MB 2,633 11
850,614 850,614 00000000000000000002b2428dbfb395c75c06e1c35f965c776c56eecfcdc40f 1.16 MB 2,288 8
850,613 850,613 000000000000000000031624a11e2e1a69fb3051733228fc784ec06bf601481f 1.49 MB 6,180 12
850,612 850,612 00000000000000000001eef17015bdcca5296b2a76554a90cdbabab090e2e00e 1.53 MB 4,768 13
850,611 850,611 00000000000000000001e8f14cc8dc52c3279f3505780d8ae2e052c43ace7aa4 1.53 MB 6,704 13
850,610 850,610 0000000000000000000245f7dd769f4a29f8ee86793f9d630a47798e35f62b19 1.45 MB 5,795 15
850,609 850,609 000000000000000000017063c59badb7824e95be4cd5e417fcf7bd132d6ca8de 1.45 MB 5,081 7
850,608 850,608 00000000000000000000c0f1c968d5214b3086cbf44dd0af7bba50227d74d8e1 1.46 MB 5,476 13
Previous 10 blocks ↓
Total Size: 700.64 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,374.98 GB sent, 214.79 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.