Memory Pool Memory Pool Refreshing

11,616 transactions
4.85 vMB
Show Random Selection Loading Transactions
Max Size: 27/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
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,724 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,934 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (82,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,695 825,695 0000000000000000000130e35312bbdb5ff16d8a84108d0d353dcb6b99aac007 1.55 MB 3,520 129
825,694 825,694 00000000000000000000c8119341b6973ec91f3e69f8d876b8ea585f21414a1b 1.59 MB 3,885 122
825,693 825,693 0000000000000000000065d05e7fc082f03029afe22eb088bf2be692a52c6ee2 1.67 MB 4,320 122
825,692 825,692 000000000000000000017ac2a90e767e5f27338262ccab0fee00d39ef98b29ba 1.78 MB 4,827 102
825,691 825,691 000000000000000000030259861c7d9697675dc77bebd7ae8305f92e532c4067 1.87 MB 5,340 105
825,690 825,690 00000000000000000003caef662e707fd38ebdfa8f1f21bc1ab4523ccd7c69d5 1.80 MB 4,982 106
825,689 825,689 00000000000000000000f5e61618b61dcc0adb4d2e05316ac45d8eaf79b031fc 1.67 MB 3,678 121
825,688 825,688 00000000000000000003591b89a6688bde2170974afdf420d2ed94144d6a7e36 1.87 MB 5,259 117
825,687 825,687 000000000000000000004e97c6b0c65d10c58a2187537eab38f4fe64cfb4047a 1.75 MB 4,597 105
825,686 825,686 00000000000000000003690f0f049ef707c77cdb46f6768eb4e1d33ce2d1da6d 1.81 MB 4,976 106
825,685 825,685 00000000000000000001ce2b9eb254ffb72158959de5af578003b1a64c8d7b75 1.90 MB 5,571 113
825,684 825,684 00000000000000000002d3743998c5cd2c92375a3c4826d4a8a49e71956a514b 1.74 MB 4,779 121
825,683 825,683 00000000000000000003ac9acdf5ded914a8da2c53e87867436c4e5f32c18746 1.85 MB 5,440 122
825,682 825,682 000000000000000000010a0e6f2484d36cf1d541c45c0f04ef066ae7d9ab48cf 1.63 MB 4,138 124
825,681 825,681 00000000000000000002aefbec002fc967e580684e0e8722a87af0bbdcc5a1b9 1.58 MB 3,642 103
825,680 825,680 000000000000000000028e7926ccd12b0b13cb5d1e269dfe2d90eb65b7c0f1a9 1.85 MB 4,958 112
825,679 825,679 0000000000000000000203edf8fe4efddc978c6d0183ff653df54466f082b764 1.97 MB 6,009 119
825,678 825,678 00000000000000000002e0c22a52a1113af8d49375413d1d4144eaf278a6fd93 1.73 MB 4,241 111
825,677 825,677 00000000000000000003856329b0167359aabc6ab086de577e44933b8c97e102 1.83 MB 5,383 123
825,676 825,676 0000000000000000000086b3084641a76719d5d6dfd9723f96e02159f9365f9e 1.54 MB 3,701 124
825,675 825,675 00000000000000000002d806cb5afbaa6a0ab5f7277d02f58f29eb38f2bfe081 1.63 MB 4,036 142
Previous 10 blocks ↓
Total Size: 769.03 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,625.12 GB sent, 93.02 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.