Memory Pool Memory Pool Refreshing

4,645 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,803 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (56,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,476 851,476 00000000000000000000070692f53dbd9ba174e2d4f68eda0a5b042120de03a6 1.70 MB 2,450 7
851,475 851,475 00000000000000000001355a9d9e3f7c8174eda9ae68fcbdb9fdb2bf74c5750a 1.85 MB 2,494 10
851,474 851,474 0000000000000000000127f2ecb8b74c3edc7ee6a9f19113b754088987ea0df7 2.12 MB 1,815 9
851,473 851,473 00000000000000000003850335f9de8ad401569d981e4932bf7924026dcad23c 1.67 MB 1,930 7
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
Previous 10 blocks ↓
Total Size: 769.05 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,627.51 GB sent, 93.13 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.