Memory Pool Memory Pool Refreshing

16,235 transactions
5.40 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,178 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (745,124 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,596 162,596 0000000000000b8141f2dc860b9de502cdcf03f8461c84bb1525ba0d3d8e7fb8 0.00 MB 10 166
162,595 162,595 00000000000003f3c1aa87c6f2dfe3bafc9cc0cd0a86f32736907cf7b9f8ec26 0.00 MB 11 50
162,594 162,594 00000000000001b3e7163adc75eba19e7abd2c682ab88c84d2e126bab9356197 0.00 MB 1 0
162,593 162,593 0000000000000c866902372ee4316da9e706df14906b28a9351c16ca6eeecd52 0.00 MB 6 0
162,592 162,592 0000000000000aa09ad7b5146aa87076306d41181869138fae270739e7c9eb1f 0.01 MB 11 394
162,591 162,591 00000000000000efead5fc3aa52d1d53fbb0d20c3966c19e87ce42efe13703b8 0.00 MB 10 1,048
162,590 162,590 0000000000000807987e701a367c3c9cfedcb9272442ebfa7d4db529a21ade91 0.01 MB 24 108
162,589 162,589 0000000000000c0d1100185efa279496b34b7cfa8d368a16235500d057c903cf 0.04 MB 111 228
162,588 162,588 00000000000005dba3f888d1aa9947cc81273f700c84278e49b5e669f3ce65a0 0.03 MB 62 104
162,587 162,587 0000000000000b0a890a21da928daaaebd7a759e3e735a8adce2265ff7bf4640 0.00 MB 4 0
162,586 162,586 00000000000001db05db8db74b6d4d837115e574c28e7f0dec524252bcb3cc6f 0.02 MB 44 285
162,585 162,585 00000000000007828ce95b080998cc5b229d5a87898053659d51ca2a2c652a86 0.04 MB 81 166
162,584 162,584 0000000000000934362478911a7a6c74964f4bfc26c661281ecfa1bd0f424a18 0.05 MB 123 201
162,583 162,583 000000000000044d375cf850b1e25cd78cf525e2889682ff5f94abf2ff451fc7 0.01 MB 25 199
162,582 162,582 00000000000004e21b2f62cfd04146dacc8ffb14b488c2196fecf773456a144b 0.00 MB 15 300
162,581 162,581 00000000000000bc188041ce95da5181553161d66f6a042d9462cedd0eac830d 0.00 MB 15 124
162,580 162,580 0000000000000571780cb624e43bb6af5a91c9a6eac622ae4be41dbfbd35b923 0.05 MB 56 60
162,579 162,579 00000000000000d58ba9cb0571828395fb9d1be8e96e88adecbaa1da4e05ec21 0.01 MB 27 314
162,578 162,578 000000000000083e425a65c5962576054009732082f38cb6c01a9876e68d7136 0.01 MB 15 73
162,577 162,577 00000000000002c3bdd3ed83b5146a9fbd72456297d7b72e962aaf53c9a9e3d9 0.00 MB 9 17
162,576 162,576 000000000000045ee5f29dce3b0df34a4741d7e270bda63cde2b9c4fec494b58 0.03 MB 59 102
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, 113 incoming
  • Data Transfer: 1,624.57 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.