Memory Pool Memory Pool Refreshing

3,651 transactions
1.58 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
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,870 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,903 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,869 (77,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
830,630 830,630 000000000000000000017e4d153e6bf571db2059401c3edd6973482b145f1613 1.94 MB 2,163 19
830,629 830,629 00000000000000000000a9b588aafc77586b1eaf7cab94b402f73d77791c400c 1.62 MB 3,202 28
830,628 830,628 00000000000000000001b4f3ccfc52f803fad279083a6210855820b6fcc24b5d 1.52 MB 2,889 41
830,627 830,627 00000000000000000000656458763b4eb0fea6030f0811bea93e49e500a43446 1.70 MB 2,202 25
830,626 830,626 00000000000000000000cb2f6f0b7d048eb0f19555f1d3c97b9042812a40fe0e 1.55 MB 2,926 36
830,625 830,625 00000000000000000001b820ef53b9f4da8d8f85ae6a8e8afa5a242b36a8d41c 1.52 MB 3,359 41
830,624 830,624 00000000000000000002e9b4ce49989f49d038d5f76bb7a3ed99cd11706bbc40 1.51 MB 1,393 17
830,623 830,623 00000000000000000002dedc3ebddf5cd295046ae28babe3d6fd20fcbbc05f36 1.54 MB 1,226 14
830,622 830,622 00000000000000000000e2575163f931eeb2bf21a54b4e6f048cefe907d19b56 2.42 MB 2,000 17
830,621 830,621 000000000000000000021733be5817c92361927ae9a3b2e66d963a4adef14cc9 1.61 MB 3,125 32
830,620 830,620 0000000000000000000012d55466cd1311dea394e2a773246258f6bde0067879 2.02 MB 1,075 15
830,619 830,619 0000000000000000000107c7ba7550ddc24ec4a4c7cc9bd42dc70038da279da9 2.62 MB 1,615 26
830,618 830,618 0000000000000000000066b2b4a8135755d1527c4a4cc262b9d27320cd12b897 2.41 MB 1,886 20
830,617 830,617 0000000000000000000066225a92ef526d6062f06e127451afc9ed06da223fb4 1.82 MB 1,922 32
830,616 830,616 000000000000000000013e6635363a688a59bd2c98466f51116e7b9c4361e716 1.87 MB 2,442 37
830,615 830,615 00000000000000000001c107617d7cfbf4e96be3196e36a7f172c5600b413cd2 1.63 MB 3,232 47
830,614 830,614 0000000000000000000174a882919ba6b7f6d7bdbeef5fe713a475024812d35a 2.19 MB 1,365 15
830,613 830,613 00000000000000000001c481e1ac43dddaefd6c02f775f97f0a75435612d6351 2.17 MB 2,170 24
830,612 830,612 00000000000000000000ba99095756b0c06ade8e2964bb906393209da0781ece 1.59 MB 3,325 34
830,611 830,611 00000000000000000002abf01b209baad3e9981233b9df9f0158c54741771314 1.57 MB 3,306 41
830,610 830,610 0000000000000000000165eb2d431a3c8c798b251d02ad64642de413adf67277 2.54 MB 1,004 15
Previous 10 blocks ↓
Total Size: 769.30 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,642.59 GB sent, 94.42 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.