Memory Pool Memory Pool Refreshing

145 transactions
0.04 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,963 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 118 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,962 (803,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
104,589 104,589 0000000000012e49e08a13f6733917aab5cb8d2a6cdc09b580020e26c5fa31d4 0.00 MB 1 0
104,588 104,588 00000000000003a4d627657b6a05b4a0ce69a2e4d2b566a43473d768e3b88197 0.00 MB 4 0
104,587 104,587 0000000000017b1f3145f9db4a6fb7aaa46079b2ed366a4dfd78fe71ccd63991 0.00 MB 1 0
104,586 104,586 0000000000035f158621ecad2ed112f9730f256ed94e3e8e5641f5641b846772 0.01 MB 32 0
104,585 104,585 0000000000006a20c861817cbc27d23860d03f696328d6ea4ffcc7af6f8a1e5d 0.00 MB 3 0
104,584 104,584 000000000003802884e8931116a57f8aaa691b0e6a0dc59bb5b26ffa1c7025f9 0.00 MB 3 0
104,583 104,583 0000000000026bc730806a647093ef9308515035e0f332de39b5059a610bedf2 0.00 MB 1 0
104,582 104,582 000000000000bf3780fb149e755af584955d7d53aab846afecec1d1ca30dc1c4 0.00 MB 2 0
104,581 104,581 0000000000003e90e740983a73298d0afbe719858777f467edf8321a6d7e8023 0.00 MB 2 0
104,580 104,580 00000000000262c091852ee13960da779084611e607000c772fa81e58b692d8d 0.00 MB 1 0
104,579 104,579 000000000001c194531bdc9d0aefcfc117b6b51e53e6fcd76c358634ccb56c2e 0.00 MB 1 0
104,578 104,578 000000000003150c8574cb58a31415253fa2de865b8a81aa99915ae8165455ad 0.00 MB 1 0
104,577 104,577 0000000000036450402e5e85389e7a647d5be22839c2340db25066321bf988e6 0.00 MB 1 0
104,576 104,576 000000000000386ee5c7850321cf918832c5e263a724ade4fbc263df51194294 0.00 MB 1 0
104,575 104,575 0000000000037daf4fb6f83aed26a3c866115877203e59778653943e1b53c48c 0.00 MB 1 0
104,574 104,574 000000000002df081139b2e4aba2a8e4cd583fa3573be9871c36325cace5dfdf 0.00 MB 3 0
104,573 104,573 00000000000129df9112314d18a4334690cfe54893283acbc2e84072fa80dfd0 0.00 MB 1 0
104,572 104,572 0000000000030ec7aa4824db7f8bbb5de5ab2dde3df2b45f790e57eeadf2681a 0.00 MB 10 395
104,571 104,571 00000000000020100047713ac5a1a790c8f49392e137df4b6d5da09e233f5111 0.00 MB 20 0
104,570 104,570 000000000001f3b45280f59d8e14bd9408476f3695a83e8d78df72d111d32aad 0.00 MB 6 0
104,569 104,569 0000000000038af451802086d0c747218fedbbcf70f0318c51a1eccb1362407f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.48 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,646.34 GB sent, 95.31 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.