Memory Pool Memory Pool Refreshing

13,850 transactions
4.40 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (597,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
310,537 310,537 0000000000000000144a6cbfbaac2720e18c324082e8a148582e447d48e0209e 0.14 MB 227 31
310,536 310,536 00000000000000000084ff6d01c7e1447802f339932d736025b65883832a9646 0.03 MB 30 13
310,535 310,535 000000000000000015a58ff357709bbc7c82cddd9356c797923524bad5150866 0.27 MB 478 28
310,534 310,534 000000000000000003c245c9bd9e2927ad75a2fe900322a4358061bfc4d309a2 0.15 MB 172 19
310,533 310,533 000000000000000005898be757e37e8a7edc601e05c14774b17a679ed623f2ac 0.18 MB 256 24
310,532 310,532 00000000000000000328e9fea9914ad83b7404a838aa66aefb970e5689c2f63d 0.11 MB 161 24
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,622.93 GB sent, 92.96 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.