Memory Pool Memory Pool Refreshing

4,195 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,571 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (789,036 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
118,716 118,716 00000000000068ea9d28cbdbcb3eae6be69458bdaab1595552fef70ae71587b0 0.02 MB 31 461
118,715 118,715 0000000000005953294d10b18a644056cffda59561bfc6815ca235164dbf2c32 0.00 MB 6 0
118,714 118,714 000000000000bab1075b04965becb61165be8d5ecbc4100d2848722d7e652578 0.00 MB 8 0
118,713 118,713 000000000000a2012ee9ea2eafe080431090ce1383551eee744d5305b3190053 0.00 MB 1 0
118,712 118,712 00000000000040a3875b80d60b39d46315de91467bbba29b42a02312218a8f79 0.01 MB 27 0
118,711 118,711 000000000000caf1ec1912706a498980f47f6b9b9d1f6a931ad5693ebb700bfa 0.00 MB 5 0
118,710 118,710 000000000000c0d92362b87f59ba03c21db56014009effc7fa3f2c7e9efb3a1a 0.00 MB 11 0
118,709 118,709 00000000000017ff9a3f879a4c6c1c2a29adb6572891b03f862051327e3f48b5 0.00 MB 11 235
118,708 118,708 00000000000065648517e0e6c83a0b804c432a46b065ec69dadecfa9084482b9 0.00 MB 3 0
118,707 118,707 00000000000006ece324ebf68e0a6a872e96a301bae6a631bbde44b4b63f7d9f 0.01 MB 21 119
118,706 118,706 00000000000094b22ba61885a466da4b323324ee95105c90586d1bae23d001a6 0.00 MB 11 530
118,705 118,705 0000000000004aeaafef8ac46735cbc05f5ca1163aeef74d9853131c413e1e89 0.00 MB 1 0
118,704 118,704 000000000000576af24a5d2cf35f3b2890ae034d1d1250310cc0d959ed0f1bfa 0.00 MB 2 2,272
118,703 118,703 000000000000017540451ec11c0386bdef9ecac222d30d03f632d1a23968b054 0.00 MB 10 0
118,702 118,702 0000000000004bb2eda7530f52bf5566161b6d74e752afdaf9656e16c96928ae 0.00 MB 11 0
118,701 118,701 00000000000020304684a71d9b8a736c5088d76fb4c6d864f04bcb75d2e20fe4 0.00 MB 6 0
118,700 118,700 0000000000009ccadd6fb21182b99d8851dbb9019ac5149559c0b95e4c4a83df 0.04 MB 130 0
118,699 118,699 000000000000a020ca188d4b4f12d7fa9fdf93960c5533ee0e412b0348ca3bb5 0.00 MB 1 0
118,698 118,698 000000000000698683cd4e1976159eccdf0ce39a1127a834923afa0a09a141c3 0.01 MB 23 637
118,697 118,697 000000000000828b931026b0b45be711cff89c05a5f10206a09784deedba8964 0.00 MB 10 0
118,696 118,696 0000000000007fc49377c88d99e32069a9a492fd6921db037c9be09edd8f8891 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.