Memory Pool Memory Pool Refreshing

6,034 transactions
2.49 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 sats/vbyte 3
2 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,653 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,582 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,652 (29,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,092 878,092 00000000000000000001b94f89bc4a1faf1c290bb9d80f0d410f59aa279c1045 1.66 MB 4,264 4
878,091 878,091 00000000000000000000eb831570bcf78097e1e0a0822fdf5bba39ff1d6ce7d1 1.66 MB 3,411 4
878,090 878,090 00000000000000000001aa85c0971a9a907eeb84eca2d4bade973ce3daac6c32 1.81 MB 2,279 2
878,089 878,089 000000000000000000008507f2273b8a170d4f17dc5360a3241042789ffa313a 1.51 MB 3,661 4
878,088 878,088 0000000000000000000063fbade03bda50f7c4be6f6895d668bcb15b77ed3ba4 1.63 MB 3,857 7
878,087 878,087 000000000000000000011d11fb1ce3751a78f97861d10900a5d44b0477e6b45b 1.25 MB 930 2
878,086 878,086 00000000000000000002428bf34151c4137e1886ea3bcb6d1540a48a9bf1cd96 1.51 MB 2,766 3
878,085 878,085 000000000000000000022d1ccb5def253664e55f6a066cd2c9213473ac4286cc 1.63 MB 3,816 4
878,084 878,084 0000000000000000000192dd6ef65b42c08d0ac698a51e3917cede74fd91604a 1.70 MB 3,688 5
878,083 878,083 00000000000000000000b46f09331237a02a77fa0faedcf9691a35dec1475550 1.59 MB 3,708 4
878,082 878,082 000000000000000000026f21c15c5f3403f1ab2094c311a88c418a075dbc532c 1.55 MB 2,812 6
878,081 878,081 000000000000000000027b9c55eb3c3d414c7bdbec84ca7f952ed96d0d5dbde9 1.46 MB 1,381 2
878,080 878,080 000000000000000000003ea90f0f6e9feebef664873f162750c5841d2cfaae68 1.60 MB 3,500 2
878,079 878,079 0000000000000000000038af1afea8b72955b83e751970d15e58a7213cca89e8 1.55 MB 2,940 4
878,078 878,078 00000000000000000000206125e2cbdc1e7b8dd3a1335ae53cb50ad8d06e790d 1.69 MB 2,750 5
878,077 878,077 00000000000000000002076e1fca2b73e165971b8bd49e3cae2846235c7b1f30 1.75 MB 3,899 3
878,076 878,076 000000000000000000017b1f0c53cd7b9c1531f097edb55b91aea46e7182f9c1 1.64 MB 3,647 6
878,075 878,075 00000000000000000000d129c1b93b2b8aec3b59faf3cb84c1c2076e50d682cd 1.60 MB 3,315 2
878,074 878,074 0000000000000000000213d8df47613696a1988c23c3f6fb6d95aaed77b20fc4 1.64 MB 3,756 4
878,073 878,073 0000000000000000000014f4d9b630b9c15d1e9e1b791b613046353cb6640255 1.45 MB 2,270 2
878,072 878,072 0000000000000000000010c29da06ffd5c9a61ed41a379b006eac957d8a85f7c 1.85 MB 4,365 3
Previous 10 blocks ↓
Total Size: 768.89 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,593.71 GB sent, 92.23 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.