Memory Pool Memory Pool Refreshing

1,350 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,713 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,340 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,712 (3,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,142 904,142 0000000000000000000262803054682f52ace4a2261f6ab6828c92d2953916d4 1.71 MB 4,456 3
904,141 904,141 000000000000000000012583451a3df8b72738c02a23c6ad707bed9299af881d 0.52 MB 1,128 1
904,140 904,140 000000000000000000025dcfd895564654bd9ddfe9fb82008889bb48ec775102 0.70 MB 1,617 1
904,139 904,139 00000000000000000000c113679ec4dda6ebfa3d7267d4a3eeeebcb1bffec417 0.29 MB 427 3
904,138 904,138 00000000000000000001b731d96980fb6ac1855841e1b48ddd62ee221bb4a338 0.38 MB 933 2
904,137 904,137 00000000000000000001ba4c259ef4db0ef3f1e3a6f0c54ed17c0fd05b2eabac 1.71 MB 3,976 2
904,136 904,136 00000000000000000000e814ff1755855c97b11d3afb80eba6c68270ba12e824 0.77 MB 1,604 2
904,135 904,135 000000000000000000006331a4e40a8326b4b86dc6ce5d565c9a278447862aa2 1.81 MB 4,852 0
904,134 904,134 0000000000000000000204878d60412acbfa2c50f6756bd0e13096a8df98389a 0.04 MB 112 2
904,133 904,133 0000000000000000000223e182787d1e09a011042b5e5c91f7cde0a3144306a6 0.19 MB 447 3
904,132 904,132 0000000000000000000154bb6bd8524f5f1737ce6fe700736f3678b12dd4b7fc 0.56 MB 1,254 3
904,131 904,131 000000000000000000003a96eb53a066d6e5634ca83e052c83423bc6c11f0915 0.66 MB 1,119 2
904,130 904,130 00000000000000000000991dd1690e0d248171aecbe646b1b0b953d9e0a2b818 0.11 MB 291 2
904,129 904,129 00000000000000000001e8b5f570e0ee8c45ddb2bc994e67f3f6d353b2a8b1f9 1.82 MB 4,064 1
904,128 904,128 00000000000000000000f0f6abad77047a3fcba4bd5013264054e86a6bcdfdf7 1.63 MB 3,963 3
904,127 904,127 00000000000000000001c700fbe42cae156a764e08301fb1638d6b65ec00b1c3 0.72 MB 1,531 2
904,126 904,126 00000000000000000001b52be37aef8dd7762f7b72b90372f682cbc3f4307951 1.60 MB 2,536 1
904,125 904,125 00000000000000000000ec5161da8727a8936fe51ff8c1f3ccefc5cc96704c20 1.65 MB 2,703 1
904,124 904,124 000000000000000000010789d9a1f21edf9c8932ca891b008276af6241c5e159 1.60 MB 4,455 5
904,123 904,123 0000000000000000000110a413d8780a428466ffe65e029688f87cdcf04b177c 1.74 MB 4,264 0
904,122 904,122 00000000000000000000165f38f8d967edc15171ea027f89eaa17e3a4468171b 0.58 MB 1,299 1
Previous 10 blocks ↓
Total Size: 769.01 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.92 GB sent, 92.84 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.