Memory Pool Memory Pool Refreshing

4,751 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,830 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,990 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,829 (718,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
189,109 189,109 00000000000008b1262e3374880b590e078cd9ee35f21dc5828951a586926ee9 0.24 MB 529 271
189,108 189,108 0000000000000166dc0ae5a4e6479a1a7fe7722550e20f1f484b94ed8cde14ad 0.00 MB 12 62
189,107 189,107 00000000000006d8a20df15f51c3ce7dfb045a4ce00699c012251839e52334ec 0.05 MB 108 1,425
189,106 189,106 000000000000021248fdd41726bd1de30ebd7b12756d8069eb33207cea2a9f66 0.08 MB 210 366
189,105 189,105 000000000000016815b6253b996b24f7d34288be639655183ccb52eb7181235c 0.03 MB 58 131
189,104 189,104 00000000000001711eaaf54d5826bc9520f6cd3042fea3b9cef4b5a7e85f5217 0.01 MB 12 380
189,103 189,103 00000000000003c3079e40f83b419654db13ca6ba7dc2d4735a427985cf91276 0.01 MB 32 95
189,102 189,102 000000000000076b901f132fd3b5c1f2d4bf602aa1ae4be237db1f5c5c5af732 0.00 MB 4 67
189,101 189,101 00000000000007f61e9712fc5cdf5d5f2616d3fc31af3125bcbc7cdc344b0ffd 0.04 MB 79 132
189,100 189,100 000000000000075073016e8fca07a4a82db437f486f27a2ca438e518e19759a1 0.04 MB 113 224
189,099 189,099 0000000000000794525fc195ea90e6c77ce3bd637ac8bbe6fd6ac99ea636f33d 0.12 MB 255 125
189,098 189,098 0000000000000988120de82763276fc15284cf5935d89a0c782dcb112c7aabb5 0.07 MB 164 81
189,097 189,097 0000000000000613f79464dd948ec9ec6a6a2c1e9ebfcac1a0b36be5206c4158 0.05 MB 153 365
189,096 189,096 00000000000008386edcf6d369048d8e5a39ceb15933c56ee4a68c763867ecc8 0.00 MB 9 311
189,095 189,095 0000000000000468faa82d8b2b681215f0cc2c5e39783a94888ac0f5e62024dc 0.06 MB 138 108
189,094 189,094 000000000000020b3d37cd50c1fe2a3975028ecac145ea746cae12554a206b82 0.01 MB 16 8
189,093 189,093 0000000000000248accaf40c03e869e51e61369e336ebe7cd3769bbebb4a086f 0.00 MB 8 37
189,092 189,092 000000000000060dd938d25a27a836ef7848d90935c0b2f39c953e4cdec26dca 0.00 MB 14 69
189,091 189,091 00000000000004475de4f568ce9e942dffb779bab3840711f9db0a1cd934d3dd 0.03 MB 56 75
189,090 189,090 0000000000000602c8a7964c0f57c25dc663ba1ab0369519fa8c0df8c5f37727 0.04 MB 50 93
189,089 189,089 0000000000000529f08ee9257e04a351b09cb8a3c0a99f274867c115c6e8aee3 0.03 MB 64 30
Previous 10 blocks ↓
Total Size: 769.22 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,634.64 GB sent, 94.04 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.