Memory Pool Memory Pool Refreshing

5,140 transactions
1.87 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,702 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,138 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,701 (624,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,442 283,442 00000000000000017a975808ee40aae31ca510fd0bb994bc0a76d415a6302fdd 0.13 MB 190 31
283,441 283,441 0000000000000001a4e1b9daf23d2c438a8303e88ace6adab90a937cb908c23a 0.23 MB 515 67
283,440 283,440 0000000000000001795d3c369b0746c0b5d315a6739a7410ada886de5d71ca86 0.13 MB 261 42
283,439 283,439 00000000000000000b533dec3148a02a78d51ccccacedd570db0c60cac94a42d 0.14 MB 234 53
283,438 283,438 00000000000000018602f35a6eec57c3e40a93be752b0eb5340a1a1888e06841 0.35 MB 624 65
283,437 283,437 0000000000000000cd5771f0d42f3dbd5a93be3c2baf31d363ff617c5d954fd1 0.05 MB 124 44
283,436 283,436 0000000000000001642ac02c3faf89573a9d2c58ef7956c91778f6aab5a03054 0.05 MB 155 80
283,435 283,435 000000000000000108a6bbef8f04864c487a0a988b16ffa3f31e37eeeb2aa542 0.16 MB 288 40
283,434 283,434 0000000000000000093cca3e82cd8cbc3f841a51eb0b0d2de4d67543d6ef3ef2 0.10 MB 189 33
283,433 283,433 000000000000000179f8b83c3c26a504454b89b81b2acc79fca09734e01386b9 0.01 MB 41 28
283,432 283,432 00000000000000012680b50b1c4acb7d5fa922fa4229b07620f0bde2b6504ec2 0.27 MB 482 42
283,431 283,431 000000000000000165d18cac5053a091c7b8f68a37bc3bbfa7cafa3e384cb92b 0.06 MB 70 24
283,430 283,430 0000000000000000114429e033c1b4d498dd373c41c44efcbd75c9b16f8b8dfe 0.05 MB 140 65
283,429 283,429 0000000000000001dc5aec887eeb9b2c5051e72ce62d3172379c07b7ec557d6c 0.04 MB 60 33
283,428 283,428 0000000000000000c6c80d6abf955e5e1dd69826ae8323e233e4c4a30ae4a5a8 0.10 MB 131 21
283,427 283,427 00000000000000004b0ed3f9c9cf957f98090bcbaf0ba1cdc67c6139245ae684 0.27 MB 327 25
283,426 283,426 0000000000000001f1d498efbe574d522c596a5846ff49ca0b8002dbcda77928 0.22 MB 231 26
283,425 283,425 00000000000000010a9c5796a2b539248776755db4d35341473b82bf062239d9 0.35 MB 683 38
283,424 283,424 000000000000000164c54a3e1026f0f8b3e6e70680b8efc758040db760c2a4f1 0.25 MB 747 67
283,423 283,423 0000000000000001811dbd437eff8a72b47d7df5ad106be900a218a1bc086c94 0.13 MB 307 43
283,422 283,422 000000000000000152287fa5ccb5286327afe6046ac94672c5bd080cc889b6c2 0.19 MB 165 15
Previous 10 blocks ↓
Total Size: 768.99 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,616.54 GB sent, 92.75 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.