Memory Pool Memory Pool Refreshing

19,734 transactions
6.33 vMB
Show Random Selection Loading Transactions
Max Size: 37/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (597,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,558 310,558 000000000000000006977dd1417ee33c106b0a95ef9457bfcfae5c1a279f0689 0.02 MB 58 41
310,557 310,557 000000000000000022dfa182fd9aa7c9e2ce623afba64029acc885ab10ae3b84 0.25 MB 432 27
310,556 310,556 000000000000000008d0cfc8cff735326a660282142b387b0ac36c09594a2b1c 0.21 MB 261 22
310,555 310,555 00000000000000002242d2e6fd158f2b0c36b77415a3c1438f08e64c09f19dcc 0.55 MB 490 19
310,554 310,554 00000000000000002433aa3d7e4d2065a1d21e727d1ab8658010cf63fd6e6efe 0.11 MB 91 11
310,553 310,553 000000000000000019d20b1cf530119c91ac988d5c6a9ae0f2cf118eedee0227 0.05 MB 108 35
310,552 310,552 0000000000000000122c2554930fdece0f3da6dc2deb693ce6a792ce7a05113e 0.23 MB 383 29
310,551 310,551 000000000000000000b597cfef8f770f8b1b345397bcda45e63efa0924c71ba6 0.21 MB 358 26
310,550 310,550 00000000000000000e98ca2ecae94ea4d35875c93f88ea40963a074331d3cadc 0.02 MB 48 27
310,549 310,549 00000000000000000fec4871ddb6eb03f514c0b8d791cd5ffe9b7f0bcf540af3 0.11 MB 202 28
310,548 310,548 000000000000000036b5694acf14e27f6a6b9b20323159d4270822f8df8c74a0 0.06 MB 79 22
310,547 310,547 000000000000000012532fc540ee7c5968b1049a4ed4b22bd6196e27fd1c6eea 0.11 MB 135 26
310,546 310,546 00000000000000001316b7ef12a47168966237e60502bb8f4b83ad0bf44bf20d 0.19 MB 300 32
310,545 310,545 00000000000000001cf16a9c4b2f4b64a198e5f2c4ff4f01266395c1581f0b6e 0.30 MB 434 14
310,544 310,544 00000000000000001110e1acd87f41cd7e4e775416007e7e9133d7c39beb22a6 0.10 MB 146 51
310,543 310,543 000000000000000028989e4e30f2934e9ffa8f6517354794a4c7a39f104ed134 0.11 MB 216 30
310,542 310,542 000000000000000013252c8c4c9a920162042ec3742be800887f475e11d5d93b 0.20 MB 297 30
310,541 310,541 000000000000000005162dc63ba6ffe6202c794ae0c9eb4aa3bfbc4cbc531951 0.05 MB 76 28
310,540 310,540 000000000000000003341539442365a9a30af9a7c4448d0d2a94540762152bf2 0.23 MB 435 30
310,539 310,539 00000000000000000cd0f612cd81c07e19b58587b72865d18ca944cb8fb4e5f2 0.33 MB 477 26
310,538 310,538 000000000000000009527f28741a0306116a188a4a6b3a70a21bc9157fe476e9 0.29 MB 429 25
Previous 10 blocks ↓
Total Size: 769.02 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.53 GB sent, 93.00 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.