Memory Pool Memory Pool Refreshing

7,318 transactions
3.41 vMB
Show Random Selection Loading Transactions
Max Size: 18/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 1.00 vMB 2,741 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (154,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
752,763 752,763 000000000000000000006549fa616b1249048c0ac57f000c8950dafa27162ad2 1.58 MB 2,899 14
752,762 752,762 00000000000000000007cd353559d6fa60c953013642dac4cb9b19ae722fbb0f 1.75 MB 1,129 5
752,761 752,761 00000000000000000008f4f6ec609931f15a40c33ef99e608b8fa19e03396e4a 1.60 MB 2,389 10
752,760 752,760 0000000000000000000730aaa521650d4aaf30ea2d6c1adbc83d56ca96195140 1.57 MB 1,761 9
752,759 752,759 00000000000000000003cd20d302cd5a07af24deacc957685028233a4401c893 1.49 MB 2,794 12
752,758 752,758 000000000000000000014caa6004bdb930fe4c036762de18c7ff22824bf2f8d4 1.46 MB 3,327 21
752,757 752,757 00000000000000000003ba03583192dc6c943c432c8325397e3b2ff936c19f98 1.55 MB 1,442 3
752,756 752,756 000000000000000000085ad6ec98430f06d3f724f5efec4384e25f61ee124bc3 1.67 MB 2,819 5
752,755 752,755 000000000000000000016f71df998c81055f70da187cf393c13f059ab28add00 1.43 MB 2,352 15
752,754 752,754 00000000000000000002a1d17923fa022eb1cd3a82ed17f02ca865b8133a81b2 1.03 MB 253 13
752,753 752,753 00000000000000000005af36bcaeaf86538aaab5b8c404e7963eeaa7ce1ec6a2 1.33 MB 2,270 19
752,752 752,752 00000000000000000001fe87cdcf0bd6289a797e2eb201ae527b57b710d7cdb3 1.47 MB 2,413 32
752,751 752,751 00000000000000000000a78e7ef0dab141c7ec53212ef2579f21cf782e0a6eaf 1.64 MB 1,893 3
752,750 752,750 0000000000000000000387f46a36caf8b72157b5fe7de12ba43e14eed0feab9b 1.44 MB 1,507 10
752,749 752,749 00000000000000000008ccc8d4741a67894be328237c5edd9f633d626a4e0c01 1.60 MB 2,490 7
752,748 752,748 000000000000000000043417dd0655ad91ee3a99218eb66e485ce4c52f0f173b 1.55 MB 2,090 7
752,747 752,747 00000000000000000008ba2f1e7f27c55f5eeb2a8e767bd98ad70e3ae9cea225 1.43 MB 2,577 14
752,746 752,746 00000000000000000006352995d42fc5a43f9c01def04a2bd4f7f535023f577c 1.47 MB 2,835 18
752,745 752,745 00000000000000000001f074b0bf125628a65d4d8026585128ab4c9dd608d8c7 1.47 MB 2,162 10
752,744 752,744 000000000000000000081aff2bdca1e9e4c6a5fb87251ea6153cd2522b33b0eb 1.36 MB 2,491 15
752,743 752,743 000000000000000000025400c80c422c6573d04e83c6b6eb51fb2379a3002147 1.50 MB 3,360 12
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,624.84 GB sent, 93.01 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.