Memory Pool Memory Pool Refreshing

3,388 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
901,459 000000000000000000023a040000000000000000000000000000000000000000 ago 1.00 vMB 2,451 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,458 (22,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,899 878,899 000000000000000000023a14d37e8fc4c514c25a1843469b50cc664bf812a5f6 1.85 MB 1,909 2
878,898 878,898 00000000000000000000e339bf00bbf501d003bba240f2a580fd3a3432312753 2.18 MB 55 1
878,897 878,897 00000000000000000000a532110a30f5543b7301b23436e1843b25722f1c2020 1.90 MB 381 1
878,896 878,896 00000000000000000001d168e888e363f064e85caf1926cd02c5e35afea01f79 1.71 MB 2,849 4
878,895 878,895 00000000000000000000a9a35b1dfbef31132e92bd8bb799e51103fd5328d1c6 2.32 MB 1,037 1
878,894 878,894 00000000000000000000bf5c258db1213660f295c404568a4c85906893847b71 1.66 MB 3,320 3
878,893 878,893 000000000000000000011d51fc9570d825c4930b413911d1c068b5e185d3fc5e 1.69 MB 2,013 2
878,892 878,892 000000000000000000007bf236c27766a03569bbed06d32786d716db5d5afded 1.58 MB 1,766 2
878,891 878,891 0000000000000000000030c36c27331e238f5270eb853b82761d1af46f7bccb8 1.85 MB 2,714 3
878,890 878,890 00000000000000000001230b103d7ab73af90656a261d5c0b7355f9dc8364b58 1.55 MB 3,611 3
878,889 878,889 000000000000000000009f6a572e71b2ee4439d36da7568f9acdf73e753336e8 0.41 MB 909 2
878,888 878,888 00000000000000000002272fa8ebfcc4fbcb1da85c0d2fd1794cb6e8eaead319 1.75 MB 2,935 2
878,887 878,887 00000000000000000000a0b2361816881f07fd9777f0abd534d0c23c379a81e9 1.71 MB 2,773 3
878,886 878,886 000000000000000000015470569e33465949400ab4718c55db926bfd93a3538b 1.82 MB 2,225 2
878,885 878,885 000000000000000000005880fa028b90066b2b7c9d13eacbbad6d2ce55568ca1 1.80 MB 2,756 2
878,884 878,884 00000000000000000001a4d2ffff7f6008f9c8f430506acca84d01032c695c11 2.87 MB 1,749 2
878,883 878,883 00000000000000000000d53aa5f37f929de1593511b3cb657b1984d8efd0a3bf 1.90 MB 1,920 1
878,882 878,882 000000000000000000009c91f73da8f68402eec683e461a5ad2ab06f56822908 1.72 MB 2,581 2
878,881 878,881 0000000000000000000093ce7f7f134f86c08fb6a5b0c23c0b9bcc2f2e3b98f4 1.84 MB 3,734 3
878,880 878,880 000000000000000000017256004679709b9b512df155fe12a77f74df56e9a5fb 3.59 MB 185 1
878,879 878,879 00000000000000000001fe5643b2b81e48f318fef4d4c162fdba16493627b4e6 2.49 MB 1,480 1
Previous 10 blocks ↓
Total Size: 758.25 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: 734.36 GB sent, 38.10 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.