Memory Pool Memory Pool Refreshing

4,444 transactions
2.40 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,825 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,422 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (775,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
132,380 132,380 0000000000000dfa6ab099c8a65df78b2953678c89ff7507065b878bd4cf15af 0.00 MB 10 17
132,379 132,379 0000000000000ad7f7db7277ae93060100826411a0f16248a0d50cc0684f4158 0.02 MB 47 938
132,378 132,378 00000000000003ee84987804980c4b3d56c42c9ac2901f9195826505f5d61fe7 0.05 MB 173 141
132,377 132,377 0000000000000bd323fca13015c0810e263d182b348a37ea26b51d87ee336776 0.02 MB 63 108
132,376 132,376 00000000000005990e6ef142e98ea7404432c87fbfe226d542e2d94f97912b3b 0.05 MB 142 306
132,375 132,375 000000000000057ab282f2f423607bd92ab0796c8813cd87c235cdddfc561bb3 0.03 MB 46 353
132,374 132,374 0000000000000bb30192731a703f1ba2412544dbd3f46a4ba397d6dae1958b4c 0.01 MB 8 141
132,373 132,373 0000000000000e2727817ee53c71f8a3d774ba80c4cbc52609b7ba8cbc92b626 0.05 MB 106 545
132,372 132,372 00000000000012eb4c290fec458fef9ee1a44556d44fe123f37c898057c73cc7 0.03 MB 56 537
132,371 132,371 0000000000000e6af20c948c3cc8aa494b5c4ec9ff3b0a6dc971fa4b962a32a8 0.01 MB 30 1,106
132,370 132,370 00000000000002b9e2f3a4f94c1abebf3c6cc43b7f671462365d2542dcb8b5cf 0.00 MB 13 1,264
132,369 132,369 0000000000000f93f73c2eaf2eed34af83ade3d8d08d92eb6b5464951f149dea 0.01 MB 26 872
132,368 132,368 0000000000000053a0b40e4ab4797af0594cde5d67d589edc2a9b43256e37e6e 0.02 MB 60 461
132,367 132,367 0000000000000e76d040fe1e7c4f97657f8045a5d46d77e37b90a55f2142a17f 0.01 MB 7 232
132,366 132,366 00000000000005992c0481cf7dff7b548a3f61c391a0e72cf27ee11f5275a5f2 0.02 MB 27 85
132,365 132,365 000000000000117b6cedb3fa4ff13308fafd2609ec621565552fa0d83a83dec0 0.01 MB 43 622
132,364 132,364 0000000000001021db285e14a516b88c18c95ef283c0e50595b93fb5bb60f128 0.00 MB 8 1,100
132,363 132,363 00000000000002c608a1737bb76b607a1d09d59aed2852b3d2f82eeb882c904d 0.01 MB 12 0
132,362 132,362 000000000000093f7cedf7a409a5363ce0216daba37ff7b7b6c4b2f42a9dc61a 0.01 MB 33 281
132,361 132,361 00000000000004d558e1e66c203dedc9a7584333bae2d852a88d1ac2777a2ad4 0.01 MB 36 318
132,360 132,360 00000000000004f592641989529022e7b3d08145cc185d797f207657d6dcb5a9 0.01 MB 14 1,913
Previous 10 blocks ↓
Total Size: 769.21 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.48 GB sent, 93.99 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.