Memory Pool Memory Pool Refreshing

3,646 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,636 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (741,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,660 166,660 0000000000000bd9d35329941057fc26dea514569c68e759f567dfdfb0bfd8fc 0.03 MB 118 58
166,659 166,659 000000000000076af40d39ced2fcd12fc8314fe3ce4e47a0d70b077f7d7871d9 0.05 MB 106 52
166,658 166,658 0000000000000bc8dddfbd1d1d574f622a00816ee7c466677cd8b7c39281b42e 0.02 MB 67 174
166,657 166,657 0000000000000523a5896c93794edd4b8169297d51f6373c58ff66c23315882a 0.01 MB 44 315
166,656 166,656 00000000000005298a84f72b87ae30c47ce33af6832d04ab65d2a5b49b3291b2 0.02 MB 45 132
166,655 166,655 00000000000006656d45a7592ccf99a83b0f488af72d4d2a5992d50070641817 0.02 MB 38 629
166,654 166,654 0000000000000bdb8ed4093598ec5238fb266613cce44653a2e8ef3d22dc32a6 0.04 MB 58 119
166,653 166,653 000000000000021e9eadff9352f8b54e612ba8c2e5ded1ba937fa3e266840c56 0.06 MB 137 124
166,652 166,652 0000000000000921dbc74589bc91a365bbc8ef23e76f5a18d6d20856a3e10eab 0.05 MB 80 286
166,651 166,651 00000000000008cf2d4191acffd0119c17abffdcd4bc4f5f9454d962c5ac0e7f 0.00 MB 4 162
166,650 166,650 0000000000000b3691311840bc60d552d4b4ebbde09114fd8ea7d8507be7d0c0 0.01 MB 13 8
166,649 166,649 0000000000000b682ad7d6bf47b42d156cd7971f3c893826e9efd03844bc7db8 0.05 MB 91 141
166,648 166,648 0000000000000c0e9fcef38ed919d13e4c28ab0d2bf6bd55fd5f4a9b605df599 0.01 MB 43 185
166,647 166,647 00000000000002bf33aff2b0629f4dd2f4aa5b218dd7ef2e4ffc32472c777d69 0.04 MB 98 98
166,646 166,646 000000000000065bda8b743de200d1bbfbb88fbcfc1b6289711b1c2895b4e528 0.05 MB 108 177
166,645 166,645 00000000000009d3aef60de4a19d8a52b22db9d017f2a496e4746cdc4de69d85 0.04 MB 79 162
166,644 166,644 000000000000075f7f8554e8f6c33ae50c58b32086c5cce2e0c12e0ccf46774c 0.04 MB 91 66
166,643 166,643 00000000000004e2d293c344283a3d53c7a4715d0214541cca44eb183056d16c 0.05 MB 107 98
166,642 166,642 0000000000000277ecf897aae9998d3973df1b932d2c7f90ca1e9f08d419e8a3 0.01 MB 24 368
166,641 166,641 000000000000081b35f5270f5751e3a4dad836c114e8c112eec6f3c71d8d2a2b 0.04 MB 89 160
166,640 166,640 000000000000097b7d1463dc81d8dfff7b298669ad863a2b3b51519a8d552b6f 0.04 MB 77 108
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.