Memory Pool Memory Pool Refreshing

4,480 transactions
1.53 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,694 (625,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
282,317 282,317 0000000000000001f273f5ef97a5c23c219a25a1c7588d27113abd6419873e8c 0.25 MB 609 59
282,316 282,316 00000000000000004cb739f504c74d5b122f0089205e579c7b25bdc50838d65b 0.25 MB 537 70
282,315 282,315 00000000000000003ce8cdfde0e4249eca3fcd00b02ef7bc7a70e8520529e2be 0.32 MB 547 39
282,314 282,314 000000000000000070ea1b45fac6f702de7e425874d16b9c02ab7a35c493377e 0.25 MB 622 47
282,313 282,313 00000000000000006c054769ae6aa517f8424897202a574e30c6d8baf2ad4a13 0.05 MB 114 187
282,312 282,312 0000000000000000e27b0487ea17922700851fe1ac87dfcb05b8ee9dd9abbe5e 0.18 MB 365 36
282,311 282,311 0000000000000000b2d5afb028728165479568f2d835400413557ed4af02b911 0.38 MB 814 44
282,310 282,310 000000000000000153339ac5f109785e01cec14d161c0af9c801458d7bbd9b82 0.17 MB 344 56
282,309 282,309 00000000000000014b75df43eb1b6f6cc5e64e2976562979b3f07c2a03010921 0.09 MB 109 12
282,308 282,308 00000000000000017d57e51f456410f485450cc336107fa2fba731abfc7483fd 0.25 MB 682 75
282,307 282,307 0000000000000001995a6d221dc48f7ec565718af2a9c8a44a865734b13fdc97 0.25 MB 268 30
282,306 282,306 000000000000000005a000fa35b64b95e95eb7e4ddcedcea6836687f8ecc4461 0.07 MB 133 31
282,305 282,305 00000000000000000320760d6b8967c8ac88745394044695f106be861347ef41 0.05 MB 152 64
282,304 282,304 0000000000000001180d45bda8bb9000f725ae830633df27df80991307859951 0.25 MB 246 18
282,303 282,303 00000000000000019608ef91b11a869cf7b389e85da4b12b2896e058a1be1feb 0.25 MB 203 20
282,302 282,302 0000000000000001b6241e4e7a224465ae85a3b03d5b4a084a135f50a1cff92e 0.90 MB 1,760 28
282,301 282,301 00000000000000009c9037f4fc18b449196a1b5bd60833695ace26374c978744 0.05 MB 194 61
282,300 282,300 0000000000000001ad35b715e37abf07f71df68b28bd9106ab6f6ee530f8eb6d 0.25 MB 704 71
282,299 282,299 0000000000000000c03fe867592b037c77b5f27bd0fdaf251c30fa2bb715a404 0.05 MB 159 232
282,298 282,298 00000000000000008d616f044a890fe54d38e27175f7332ddf525b92b523f1d7 0.25 MB 711 59
282,297 282,297 000000000000000072dcc593fda6739c9fbe51537e1ca51e7e60b1749d799ef8 0.25 MB 356 27
Previous 10 blocks ↓
Total Size: 768.97 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,615.64 GB sent, 92.67 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.