Memory Pool Memory Pool Refreshing

2,842 transactions
1.49 vMB
Show Random Selection Loading Transactions
Max Size: 8/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 1.00 vMB 1,750 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (75,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,969 831,969 000000000000000000024126341a485496eda4a6926004703f94fd3d43fba182 1.41 MB 2,880 20
831,968 831,968 00000000000000000000637d9d33fbc6fd4bab49cdd1d356bbf210d1ffead06a 1.77 MB 3,440 16
831,967 831,967 00000000000000000001e4cb8d64666074606aafaa02ce88d86202dc0149ff4a 1.57 MB 3,413 22
831,966 831,966 0000000000000000000009db4af8c60b40a28a98d444823c7f1313d545d1032b 1.81 MB 3,163 17
831,965 831,965 0000000000000000000106c2ade88821384e2bf4e26d629f159f3ef217dd0556 1.94 MB 4,999 28
831,964 831,964 00000000000000000001bf0709958b2061924628859fd57fd86437830e35d477 1.61 MB 3,623 30
831,963 831,963 00000000000000000002354bfc630c80c46036da0cd057995c58a714b2bf0e6d 1.43 MB 2,695 24
831,962 831,962 0000000000000000000133f335cd823e49876325fdd4e4de7e97dda297677da0 2.30 MB 2,882 13
831,961 831,961 000000000000000000012a6a79d911a280b672c1902f6f3101332c79b923e06a 1.83 MB 3,106 17
831,960 831,960 00000000000000000000f2d7320a790997a0a867b757256575119ac9bff1b658 2.33 MB 2,667 11
831,959 831,959 0000000000000000000028eaff41fcfb5efbc8267f621bc5c43e7b182548f3b5 1.61 MB 2,742 16
831,958 831,958 00000000000000000000e24fc3ce460a7782bc13c427584fd8e8428313643189 1.78 MB 1,882 14
831,957 831,957 000000000000000000024440359eeda5dc4d76080e0a15bf4f3065c985c176bc 1.72 MB 3,350 17
831,956 831,956 00000000000000000002463b7d234b60ccc421292903882213ac09c3b2729d3d 1.83 MB 3,338 13
831,955 831,955 00000000000000000001d0b4bcf032ac249386f5194017589878d28bd45f84f4 1.74 MB 2,738 22
831,954 831,954 000000000000000000036b9c87857afe7e52f4e5f43eac0240d377f71cda0a9c 2.04 MB 1,729 9
831,953 831,953 00000000000000000002f01f10f51f91043c4645835b941dc3840de82b0ad075 1.74 MB 3,710 15
831,952 831,952 0000000000000000000165fd4ca533483b91ab44a2ba5d606eab0f80ac05cbb7 2.09 MB 2,590 14
831,951 831,951 0000000000000000000210297d43b0da773cd12b54c3d0e8a2e1b920422e0a4c 2.10 MB 2,663 14
831,950 831,950 0000000000000000000045cbbca5365297159d1c2e8ce177b26b89be969093ca 2.21 MB 3,034 15
831,949 831,949 000000000000000000030f07a328d1269581c1594f9a327e48765d4e3929d2b0 3.27 MB 696 10
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.43 GB sent, 93.12 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.