Memory Pool Memory Pool Refreshing

8,134 transactions
3.96 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,624 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (82,038 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
825,674 825,674 000000000000000000003aec6544b3d3c52908380e3029b0ee19c8a6da04897f 1.57 MB 3,962 124
825,673 825,673 00000000000000000000e37234f3ed57eb2446b995674fc3d1fafe73da638be9 1.89 MB 5,569 111
825,672 825,672 00000000000000000001b69446938edca76177234d70fc2071c75cd439c6e81d 1.76 MB 4,933 115
825,671 825,671 0000000000000000000334549b5e17321e7e1ce1b3a6c6e0717c77f9352e1c16 1.80 MB 4,948 117
825,670 825,670 000000000000000000002628ae27ab3f7e1092801ab8d9f2b3b68d6ccbe9f5f2 1.69 MB 4,199 125
825,669 825,669 0000000000000000000185e239131075f2a46af73055bd78b462d7bb2a3afb6c 1.69 MB 4,850 125
825,668 825,668 00000000000000000003c3e1ae7c313ff6f98e094847482351fd242fee97ab9f 1.75 MB 4,860 120
825,667 825,667 0000000000000000000198ec59e70b9aefda9571f6fc9f929ff6146c9a59f890 1.69 MB 4,691 121
825,666 825,666 000000000000000000010425ca2dfce095527f8fe0c1b8259a9893e12df871f2 1.55 MB 3,796 130
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.14 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.