Memory Pool Memory Pool Refreshing

3,688 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,835 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,281 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (108,212 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,622 799,622 00000000000000000005280e5aae7741dc77d7ed07114e768cc96312dc030093 1.66 MB 2,185 13
799,621 799,621 000000000000000000012f2ad7ca6a90a515dae0d01fc328138bc1173615754e 1.33 MB 1,671 19
799,620 799,620 000000000000000000008ad30773f2d2982a0234dd4e640a1dcfa3d97ec975f1 1.40 MB 1,578 13
799,619 799,619 000000000000000000002f9622b11848c7f93e117bb859b9cb5e14a7ccda9873 1.56 MB 3,394 22
799,618 799,618 000000000000000000038d2c3b59797dccd16a41a36419540d33cd6fee582caf 1.40 MB 2,476 23
799,617 799,617 000000000000000000035685b805f53c9309e26772f838e77d12038b63637204 1.57 MB 3,928 36
799,616 799,616 0000000000000000000417be5c3be1f0859c83dff5ce4066f165c3f6f7f9cd25 1.60 MB 3,723 26
799,615 799,615 000000000000000000003fce752d8d225ef3a32e9d9a21f63dca72072eb99713 1.36 MB 3,022 41
799,614 799,614 00000000000000000001373c0073f75d48687f824f7442f31f20c68c03937a81 1.64 MB 3,570 12
799,613 799,613 00000000000000000002088d7b4434a9634934e39e1ecd633aeda6b1fa93359c 1.76 MB 1,296 13
799,612 799,612 00000000000000000001a1d8457f4d82b3472237a19f294cd165085d122042d4 1.58 MB 2,687 14
799,611 799,611 00000000000000000000dd302676dc60068f96fdd420bd0c6ef02003bca266e1 1.34 MB 2,056 16
799,610 799,610 000000000000000000017dc057cbf7fe8a47a06d3deebb2a7d50c8403fe2493d 1.78 MB 4,415 11
799,609 799,609 000000000000000000048635f72f9e9298e243c2ad45a8a65d5852b0fe861298 1.84 MB 4,270 8
799,608 799,608 00000000000000000004b4991b83441eebdb3ab531ee4e00c6a57bd34bffcde6 1.43 MB 2,312 15
799,607 799,607 000000000000000000033b6e4b60cec027459367e7b8e9e235f227acd5c0b8f6 1.45 MB 2,850 31
799,606 799,606 000000000000000000020543b4fda7b14b5bb815f070582920fd8a33c7167a7d 1.70 MB 3,174 10
799,605 799,605 000000000000000000010ec2fda06fd0eb7428543d461fb4d796339740852fdd 1.39 MB 2,742 24
799,604 799,604 00000000000000000002d3a9ac0f56e7e139d1597329570eb63154f121c98a1f 2.10 MB 4,599 9
799,603 799,603 000000000000000000037c84ad6e80ca74de747ab12bc80f068c1682ae9eb94e 1.66 MB 2,095 14
799,602 799,602 0000000000000000000247c1cc59f1281dc5899965b0b83324b069e80adb62a7 1.33 MB 2,019 22
Previous 10 blocks ↓
Total Size: 769.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,634.77 GB sent, 94.08 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.