Memory Pool Memory Pool Refreshing

8,548 transactions
3.86 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (794,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
113,670 113,670 00000000000032f66a1404cbb1e3542c618c8ae6d62e04952dc5e56b419ff7c6 0.00 MB 10 0
113,669 113,669 000000000000d83384c1cddc87cce3abc8d24700234e6554ba310a62aa09257f 0.01 MB 7 137
113,668 113,668 000000000000943aae8598716ea4e19282f3f7d30ae5ca01b0a9f581d5ba0b87 0.01 MB 13 379
113,667 113,667 000000000000692e5092471e88a4e7c82ba01c261b8181fc9224522147791256 0.00 MB 9 0
113,666 113,666 00000000000092a89fc8c0c12c195e56d0719e308c549f413959dd39869bfeda 0.01 MB 13 141
113,665 113,665 00000000000019e91213ab00f02a14e1de0b32e5b7128f1fc315abdf7ee31800 0.01 MB 18 0
113,664 113,664 0000000000000a80b0b935a51fdb6a0e02f5c1b8379843beec5e7464ad324be1 0.00 MB 7 512
113,663 113,663 000000000000ced65371cb3013cce865733ea77df78e5ca8a909ed6c75530e40 0.00 MB 10 0
113,662 113,662 0000000000007779f2df7fcb40ee680b82d76bbf5c42f42a5dd3ebe6117d7839 0.00 MB 13 0
113,661 113,661 000000000000cc645d67fd22db605027b69dd527f1dc7528c6da686c1e3d60a2 0.00 MB 8 0
113,660 113,660 0000000000009f858eda6adde38bf5063568b73e61b4b710fdb410c792030cf9 0.00 MB 7 0
113,659 113,659 0000000000009480bc0281be387d8778c15cefb3873a2a95b1018893c581d6d3 0.01 MB 21 994
113,658 113,658 0000000000003322357803e9e85d1218f3952f4fde6559ca0392ac3bb2c245ba 0.01 MB 35 519
113,657 113,657 00000000000005fdfdf5a4d12818f081ea438bd1fe2a8c1c64663dcdf573582c 0.00 MB 8 0
113,656 113,656 000000000000aa859658bba74cea0188e99eb1fe87b9058247f6e118cc41836e 0.00 MB 15 1,133
113,655 113,655 000000000000c5f534352ed63786da3cff0a2d1fae96ddabc78922aec5840abd 0.02 MB 35 407
113,654 113,654 0000000000006c456ee8e1d39d917c3fc1b408fe69892480a3dd16c0116bc06b 0.00 MB 14 0
113,653 113,653 00000000000023000aa4ad905b09fade1ee6cc3592691fc178fcb38d629a3df4 0.00 MB 14 340
113,652 113,652 000000000000b636d636bc8d84b59bd96c8a11460db63f5dbca579111dd83b21 0.00 MB 7 0
113,651 113,651 000000000000836ba93ef1144d561ce23e1f932b529d0d88dc135fb3178e9d1b 0.04 MB 161 127
113,650 113,650 0000000000007160dca073d120db0697f7c2be4aa696e4677ab380cd9349f66f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.03 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,624.95 GB sent, 93.01 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.