Memory Pool Memory Pool Refreshing

5,703 transactions
2.08 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (63,924 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
843,806 843,806 00000000000000000002c11b4e5e3f422408387a1758f569e3304f0b9565df0e 1.46 MB 1,917 10
843,805 843,805 000000000000000000003bb3519d97e678586a392cd09c26eb19f8cba9bc3826 1.59 MB 5,733 11
843,804 843,804 00000000000000000001f05aadfa9cadd542fbb5aac177044bc9459e4d881504 1.61 MB 5,267 11
843,803 843,803 00000000000000000003101435df6283c833c744130eab4b64f8ee24e13169c5 1.41 MB 1,510 13
843,802 843,802 00000000000000000000cc1950496945dfc61ff6dfc9843f9985b55f6a7109ca 1.28 MB 2,250 10
843,801 843,801 00000000000000000001238fdaa4b5b19b43e32dd867dacf99767ab84896d0a2 1.41 MB 2,789 11
843,800 843,800 00000000000000000001c12648defeb704ad15c6882e49690d5bf159d7f99b22 1.61 MB 5,876 11
843,799 843,799 000000000000000000003b232558e095bca37611d26bd66e5de9636128c0bb28 1.57 MB 3,543 13
843,798 843,798 00000000000000000000050f3379883b8eebe1105064fbc31073418f97057f7e 1.59 MB 5,825 12
843,797 843,797 000000000000000000033b75361de5e7c637ef3bf6904938b4f7921678733b52 1.58 MB 6,294 10
843,796 843,796 000000000000000000015e39e24d38286220d10489e6665274808f45a8c810e4 1.36 MB 4,088 10
843,795 843,795 000000000000000000007dff22726a08601d54d404c2d2f245eca93b9644568d 1.57 MB 6,077 10
843,794 843,794 00000000000000000000ecc9c8e28d8aa2e945fa5853f299cb35a70d8370349a 1.54 MB 4,789 12
843,793 843,793 00000000000000000001ae9004fdf2e6de3c2d4be6bd3644893d0bfd66075eb7 1.60 MB 3,710 14
843,792 843,792 000000000000000000023bf030efc292d50b6b3f2450c4b091f3493ee5fac849 1.69 MB 6,439 11
843,791 843,791 0000000000000000000109839086a94374912d01e6204c6e08d2fffb896804b4 1.55 MB 5,812 10
843,790 843,790 00000000000000000000d3a01d64a408e3d83e5361528d5b29a6ac96d6fad472 1.22 MB 2,005 9
843,789 843,789 00000000000000000001b00fee6c108e964f79f7d2c446c6a43a8da3d83a8897 1.51 MB 5,775 9
843,788 843,788 000000000000000000020477cc57a1239599032773c2c6ca3c24c69f52dafad2 1.66 MB 3,488 13
843,787 843,787 00000000000000000001ce0890daecd7e4899de154d878f5d47f2cf6e2503934 1.46 MB 2,588 16
843,786 843,786 000000000000000000032134577e4722e43d0154b6394b52c33eec25f13d39c1 1.66 MB 3,391 16
Previous 10 blocks ↓
Total Size: 769.04 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,626.29 GB sent, 93.06 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.