Memory Pool Memory Pool Refreshing

12,235 transactions
4.17 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,034 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (150,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
756,773 756,773 0000000000000000000332b6bd656e65ce6aa5500e436f19a0fb8858d0c5bd13 1.37 MB 2,087 11
756,772 756,772 000000000000000000011cd16131f07508ab262ed3cec56540411fb219e3552c 1.02 MB 1,494 8
756,771 756,771 00000000000000000000c95bcb3c148978d5724b0978fdab2d39e34369895279 0.55 MB 931 8
756,770 756,770 00000000000000000000e9c27626a7209addb2ea6ea48485f0598f66bcf89596 0.80 MB 1,296 7
756,769 756,769 00000000000000000007acdfc77454eed7e78addd9afe3e165904471e8e4a926 1.68 MB 1,744 5
756,768 756,768 000000000000000000065dd1b91e27051916fe498491a29017b1100bd8535c38 1.43 MB 2,889 10
756,767 756,767 00000000000000000007d7c328a5b774c0cb7a018f4749a940e10190d9fd10da 1.01 MB 1,723 3
756,766 756,766 00000000000000000007d0696a85bf69b5caca5a7e157a96e9d872f62b705631 1.42 MB 2,981 14
756,765 756,765 000000000000000000088d8208e5c25ab95250295858eeee0b88523e8e162a09 1.75 MB 1,034 2
756,764 756,764 00000000000000000001ca82b6f1f601d44dbd2ac4de87532ed7be006d7fe7af 1.47 MB 2,865 11
756,763 756,763 00000000000000000003d76cbe218e26cde59dfc9f289390918bffdb57d94f2f 1.29 MB 1,834 7
756,762 756,762 000000000000000000075d916e689889a5fbe8b06e41987db110185df44fb32b 1.20 MB 1,415 9
756,761 756,761 000000000000000000076c325ff965d8264789f75c2db097e63a6ffad96f4440 1.49 MB 2,730 10
756,760 756,760 0000000000000000000129043f03e0247adf6c18974bbeb5717770a605c0b197 0.12 MB 201 7
756,759 756,759 00000000000000000008da1b25c9c5e7e0e6778bdea9363fa632b373fb8a2283 1.09 MB 2,192 10
756,758 756,758 0000000000000000000320b2ceea0476910e3475ae24ccfaa7c725ed035eb056 0.49 MB 659 9
756,757 756,757 00000000000000000003c73ffff72c47750221f75cc7b7c84d79077de7330b19 0.72 MB 1,425 8
756,756 756,756 0000000000000000000808078b89f1d7c045df7facc40abd3a1ce32486143f8f 1.09 MB 1,539 6
756,755 756,755 0000000000000000000421f4858d1b69f1358affd179d56503622cd21753f40f 1.54 MB 1,030 2
756,754 756,754 00000000000000000005a8dbccb32e1f2731e283342977fc44d0f48e7ac89ba8 1.57 MB 3,057 6
756,753 756,753 00000000000000000003c52fb1016d9bbf337bd327f5ba5b564e11578bf2a582 1.53 MB 3,155 9
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

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