Memory Pool Memory Pool Refreshing

6,302 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,054 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (56,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,472 851,472 00000000000000000002bfc68f41e407f64f4934ecc069d0a19178062185571b 1.67 MB 2,436 9
851,471 851,471 000000000000000000026a2c4300253d2d10f96625aa5b53b9436d15907e97d1 1.55 MB 2,924 15
851,470 851,470 00000000000000000001ce93242b1b6d1f6231152f1f34a8cf522e906bb42754 1.50 MB 3,614 6
851,469 851,469 000000000000000000013dc83ea195b74f7670b404399f47680ad44e9c0abf00 1.82 MB 2,473 7
851,468 851,468 00000000000000000003241b00b2b5b0469943d6fc80450cf60b72f277b68275 1.56 MB 2,340 8
851,467 851,467 00000000000000000003333f744c9ad236e49036adbe42f126e005221b2100ce 1.58 MB 2,926 14
851,466 851,466 000000000000000000001a9fdc5440f104aa55778f82056710aa18f12d81762b 1.50 MB 2,744 15
851,465 851,465 00000000000000000000cbaa7be6ccefd46dc3bc7f3f18b70402ee9e0aba09e6 1.48 MB 2,857 13
851,464 851,464 0000000000000000000129c7c5b09b975fc3f27ffae814fd57b0d9018128039c 1.44 MB 6,923 5
851,463 851,463 00000000000000000000a65de649dbd994b8b490313c7f6516816ca7cd13a4c4 1.45 MB 4,391 8
851,462 851,462 000000000000000000010b37524c65af35b66ff7438870043db31ceadf0c0bc3 1.72 MB 1,708 6
851,461 851,461 00000000000000000001cf27d6e909d17cd53f0509c9de299dcc93dab733b0d0 1.71 MB 2,341 9
851,460 851,460 0000000000000000000013bb06eef71d5a5db98caa0bea28e5351a5f0b3eaedd 1.81 MB 3,316 9
851,459 851,459 000000000000000000035ce2aaf95d53735b0a917edae549692c176e7eadd17f 1.77 MB 3,179 16
851,458 851,458 000000000000000000034049abf80b954ba0e1a89adf7dee79108ba838cd42cd 1.55 MB 3,096 13
851,457 851,457 000000000000000000027f09aa50d219d33173a85f34a8c0f5cfddc150e58ffb 1.60 MB 2,445 9
851,456 851,456 00000000000000000000b4ecc35ada71d9ec69a81b781484de6f9948a45608f3 1.57 MB 7,092 6
851,455 851,455 00000000000000000001fc0b1aad8d8ece50af42544627096b9837bcdbf648d1 1.65 MB 4,462 8
851,454 851,454 000000000000000000027f4204d7c7bea9bc0ef300b8c2a2f7aadeb75b8dd191 1.49 MB 6,504 5
851,453 851,453 00000000000000000000d0f72795bd7bade5efa9ff66f79b164763defd7b6d74 1.52 MB 6,776 5
851,452 851,452 0000000000000000000026868add9ee31d9231911c8755ce626a775c58579ef0 1.68 MB 7,089 5
Previous 10 blocks ↓
Total Size: 768.98 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,616.36 GB sent, 92.71 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.