Memory Pool Memory Pool Refreshing

2,471 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (1,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
906,522 906,522 00000000000000000001ef5a0546cd399c70c99ee7be74dff872d16ccf6fe384 1.98 MB 2,502 0
906,521 906,521 00000000000000000001cfd680469d8daaf287662dd62469ec27e4636b555b95 1.72 MB 1,905 1
906,520 906,520 00000000000000000001c24026e545f1baf78959113358f81d17197f082e5a5b 1.68 MB 3,472 2
906,519 906,519 00000000000000000001a6e300a749a3866bd64dc892dcd67ccac6dccad59599 0.52 MB 654 2
906,518 906,518 00000000000000000001d16b92607d958370ea5860bdde1f74555f2a66502d20 0.60 MB 1,236 2
906,517 906,517 000000000000000000021751bb3d973b9dd25929311028d98c87b1aeb84e418b 1.08 MB 462 0
906,516 906,516 00000000000000000000c266f7e7bc6fe199f18529bb9a46447b575d7131e784 1.64 MB 3,071 2
906,515 906,515 00000000000000000000747ab22cf16e86fe2c7610e31edb36afbc2c8d394790 1.74 MB 1,706 1
906,514 906,514 000000000000000000010c102cdb5523a7c2b8465e276829e762482f6eda576c 1.51 MB 3,365 3
906,513 906,513 000000000000000000018ef2cd4fca68d2c61724ce723f96e8104cb1bb2724be 1.60 MB 3,354 3
906,512 906,512 000000000000000000011ad3d7002f796f54c8c090e39bfcecd8ccb5538b71f7 1.56 MB 2,440 3
906,511 906,511 00000000000000000000cfd855871bc829ca4282124f2cdc01f160bdbb1a98fb 1.49 MB 3,268 4
906,510 906,510 00000000000000000001946fa09c293d2769cc2bcb853b168f0c8c5a699fad41 1.43 MB 2,840 2
906,509 906,509 000000000000000000010c5241dfadd1e31e0fb1b0febf86f51fd37bc79c3bd8 1.80 MB 3,191 1
906,508 906,508 000000000000000000017cf9980048f65952852126ee22cf2728e62ac565751f 1.48 MB 3,007 4
906,507 906,507 000000000000000000018e256fcbbb9c7d5e2d96fd77feb7e4918e5e82d24e06 1.74 MB 3,549 1
906,506 906,506 00000000000000000000ba1232222af6a54c2f98d42a0f3e1b6adb8da159b4fe 1.42 MB 2,527 4
906,505 906,505 0000000000000000000204ba961ab36da8889df7f27a5db2d99a8e776bc51110 1.49 MB 3,268 3
906,504 906,504 0000000000000000000225413441aa93f786456a68ac38117b76bfe9a1db5df8 1.69 MB 3,600 1
906,503 906,503 000000000000000000007b1b13854662e4aa271325a19098b06298af2a016acc 1.59 MB 3,084 2
906,502 906,502 00000000000000000001c30fbd4ee06beb4cc0298d598f3311573258a5fa0529 1.89 MB 1,795 1
Previous 10 blocks ↓
Total Size: 769.17 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,633.34 GB sent, 93.79 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.