Memory Pool Memory Pool Refreshing

7,316 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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
908,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,123 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,696 (852,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,612 56,612 0000000011dce2ac0065786c2e14a24fceffd38bfccaebb15bbc7fb0c866a5df 0.00 MB 3 0
56,611 56,611 0000000004f957c29cf46891eb2698676a6ee578937fedc8d5aef42c860e5831 0.00 MB 2 0
56,610 56,610 000000000867079804d91be0806853b743022be72e18dd4eeee90f6a8e2de193 0.00 MB 4 0
56,609 56,609 0000000001de5ec976d6a9c0eca742b0603825bec57844482a34f7a77cbc8c0f 0.00 MB 1 0
56,608 56,608 0000000008b2880a482cba251b7ac9a8f836ed1933b7ac61bd8e1c07a40001f3 0.00 MB 1 0
56,607 56,607 0000000011bf96772c61d748d31d6ba5ab582980ff1aab35d24cdc24480ac217 0.00 MB 1 0
56,606 56,606 0000000004f790b11fcf9035f96e8eacae5a2a2037c640c1e8b21827d2bf98a8 0.00 MB 1 0
56,605 56,605 0000000002c31cd6ac8df7cd8526fb909e5d69f3a651d7cb0a35a07b9bde3e9f 0.00 MB 1 0
56,604 56,604 000000000799a6521402bcbbceaaf9ef37cb0ab7648828cac3de5ecc54c60c09 0.00 MB 1 0
56,603 56,603 000000000d71095413bfa55975eb7a4516369f0a51560faaf6125b6af0e6010f 0.00 MB 1 0
56,602 56,602 000000000aa31ba4619b3fb9b062eb2db12edadc738ec4565f32e5157dc3d3f9 0.00 MB 1 0
56,601 56,601 000000000e23bfef60a766fa2738a1d91d29365cc5d3b708d829b4c7553389e8 0.00 MB 1 0
56,600 56,600 000000000332d5a378be227b18521d8a1e6fd3911400b01aa1a76e372cc9cf14 0.00 MB 1 0
56,599 56,599 000000000afc19d751912e28f07193a2e3925769ef3fc75325895fe400326210 0.00 MB 1 0
56,598 56,598 000000000271cbae4eca2613120f667f2c3755b2167b0db89197d9503f8219f8 0.00 MB 1 0
56,597 56,597 0000000011f289c1b247201102593b61d806e8979790c0a257449b2853545690 0.00 MB 1 0
56,596 56,596 000000000145424a9df9ab2d0225b42005c834092071106d3dc8133f25b6d338 0.00 MB 1 0
56,595 56,595 000000000d53f790c4d8f6f84236b67fd0fe4745e2e1bb9554f3dd6244a9cb5d 0.00 MB 2 0
56,594 56,594 00000000043cca8c199697f6d5def9b58541c034072f4d5b4d25c292bd8ca649 0.00 MB 1 0
56,593 56,593 000000000852c6e8853ff367ff461ef1a54a007500539ca86ae3d926ff52db02 0.00 MB 1 0
56,592 56,592 00000000109ec516db7f86a23bac5ed3f502053edd8fea8fdcf643ffdd572c31 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.00 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,854.30 GB sent, 101.94 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.