Memory Pool Memory Pool Refreshing

1,237 transactions
0.30 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 1,237 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (108,179 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
799,601 799,601 00000000000000000004d1334295419249587a7d07b9eb36b0b7a1302f679ab9 1.88 MB 3,724 10
799,600 799,600 00000000000000000004a633c39686e66fddb6daae039cd357e9bb19350cadb2 2.02 MB 5,487 9
799,599 799,599 0000000000000000000420f3102f29ffbbeeb19a63577030b07f0334d6cc69f2 1.86 MB 4,872 11
799,598 799,598 000000000000000000053338acb42071e4680253645d73b961414934ca80de8d 1.86 MB 5,157 8
799,597 799,597 00000000000000000000ffc3c7e34af41feaab40348f5458a52b39de0374d112 1.52 MB 2,643 21
799,596 799,596 000000000000000000036d09812b28e40805c56fa3251ad5f2aa4e4117166b17 2.06 MB 6,435 7
799,595 799,595 000000000000000000022241a9445b072409c3b889e03e88aea87a8e24a4f66f 1.74 MB 4,085 13
799,594 799,594 000000000000000000009994e833eed8bf76600103f56993c5785548f26f2887 1.43 MB 2,419 9
799,593 799,593 00000000000000000004924089c57da79d83c55ebe6594788034868e71203c16 1.50 MB 1,771 13
Previous 10 blocks ↓
Total Size: 769.15 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,632.62 GB sent, 93.63 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.