Memory Pool Memory Pool Refreshing

1,608 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,594 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (33,832 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,934 873,934 000000000000000000008a0ec126d785541130a10441a10ab31d4f01ad4a9646 1.39 MB 1,824 10
873,933 873,933 0000000000000000000298c148464c9d901432f218b2d2b9db9c99754e51a73e 1.33 MB 1,239 7
873,932 873,932 000000000000000000019ba3c24d94e2c97cf00c442c3ac5437f71a0435966a5 1.16 MB 725 8
873,931 873,931 000000000000000000014e1036dc76e69618e32a3b59fc3f3db883bab483c47b 1.29 MB 1,117 8
873,930 873,930 0000000000000000000030df2bc380e91170afd4e325eee7f6fe1b4902c248fe 1.46 MB 2,634 11
873,929 873,929 00000000000000000000b4b60d33f983dbce4bdee61bc266b28a8407f76e56e4 1.28 MB 1,818 10
873,928 873,928 00000000000000000001b0735d86d275dc34fcab331e4341569e8deeddb6b091 1.24 MB 952 8
873,927 873,927 00000000000000000001764b48d979de24084548358cda45350268a63cedc9d9 1.46 MB 2,115 13
873,926 873,926 000000000000000000029efe4008866ed2a6a0716f638cdc362feeead37344d7 1.39 MB 1,382 7
873,925 873,925 000000000000000000027cfa8cbf1f36669a86e8fed646cb49232fb83d09d500 1.27 MB 910 7
873,924 873,924 00000000000000000001d0db03b8cc81715ec7c8a15bb23aa24c6f9bcda5bad4 1.38 MB 2,540 11
873,923 873,923 000000000000000000023c563226fc70d795b49f7bda0249f07af8c4ef4390e7 1.26 MB 1,612 9
873,922 873,922 00000000000000000001c21c8ffd16c9f19ef3cb26598f8cdb37fcfa80f177b8 1.39 MB 1,781 9
873,921 873,921 00000000000000000001e6f08c7ebcec902bedffb86ad3c00f02f1a77257131b 1.51 MB 2,916 12
873,920 873,920 0000000000000000000191fd274b140d09216b04fe76c85adf9b38e3794b36af 1.32 MB 1,459 9
873,919 873,919 0000000000000000000249efbef7516b2d32e0a820d43a98dfb8b8f914e5bd97 1.49 MB 2,170 12
873,918 873,918 00000000000000000000cbe4c7ac6bcf4ba09a25b0010514526714ade30ba3b0 1.49 MB 2,684 11
873,917 873,917 000000000000000000029bbe3ac8c01a8225b9f1b73618e3177e9855f635cfb0 1.32 MB 1,315 7
873,916 873,916 000000000000000000025dfb04dc6d6c7b75bffaabbbd9b2166b2813e613f0b8 1.42 MB 1,886 9
873,915 873,915 000000000000000000004164812a6ad4b8f5893175687de794e4c9a84292b07a 1.53 MB 2,614 12
873,914 873,914 000000000000000000016bcd475933bcb8752aab7aa68caaaaaa76c2d1de737a 1.54 MB 2,102 11
Previous 10 blocks ↓
Total Size: 769.10 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,629.12 GB sent, 93.41 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.