Memory Pool Memory Pool Refreshing

2,849 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 2,828 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (476,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
431,756 431,756 0000000000000000046e226ccc209dc5b78d22bef70aefc6f37648fcdb2a377c 1.00 MB 2,220 63
431,755 431,755 000000000000000003f91346bc29090088821cd2da6bb616f6764ce99cf26cbb 1.00 MB 2,811 72
431,754 431,754 0000000000000000019600554d2a70567f5f5331fa95f90303bc569ed1497c7d 0.39 MB 443 39
431,753 431,753 0000000000000000041e830a31466821fafe348f73d82086daf6e85fb356396c 0.03 MB 60 56
431,752 431,752 000000000000000002937be2a4976e139064e18da0f762fb4b9cc9877142b9b3 1.00 MB 1,698 43
431,751 431,751 00000000000000000087d7f8ae01c0b021e7195792956c7f86c1a0bd559801e0 0.34 MB 703 54
431,750 431,750 000000000000000001e049fcb6857e51bc8bfe744f91714fef6e2204e82bffd5 1.00 MB 904 21
431,749 431,749 0000000000000000035d14e0f085a5b9bf049470cb26ff754e44b3b0508de419 1.00 MB 2,336 69
431,748 431,748 000000000000000002fb0c7e0161d678f711dc5be66f67805169c6366ec886db 1.00 MB 2,572 65
431,747 431,747 000000000000000000a22ef628489e155bcb6c4b97ac90c517da1dfef928e9e6 0.55 MB 919 45
431,746 431,746 0000000000000000012500f9705c9689ceb8b492990761d21769fa03e37f5c67 0.99 MB 1,036 27
431,745 431,745 000000000000000002dc2cac114322182edd08e218c7925aeda73e78b24ea085 0.48 MB 211 26
431,744 431,744 0000000000000000035b90268fccf198c358783980d6b4319f74c87180ebc571 0.99 MB 1,998 49
431,743 431,743 00000000000000000221f7eda9de190123e4e34deb94b6cc437f74b08ddb770d 0.62 MB 1,065 49
431,742 431,742 0000000000000000014ae588e9d0782a7567b69779902a0b80b5206dcc4ac50e 0.99 MB 874 22
431,741 431,741 00000000000000000197da6defb9abdec7473308f046744d87a568f198c6adfe 0.95 MB 1,013 30
431,740 431,740 000000000000000002fef2f1f9bc0d4f021d182ed38993753fd0e0e1a3713c45 1.00 MB 2,745 70
431,739 431,739 000000000000000000cc42be94c7ac2780a2078c9ea842d8f69365634c583b07 0.99 MB 1,543 42
431,738 431,738 0000000000000000034cf12d17903fcb7a90085a7be5dc7ad8fa4f364b28827e 0.01 MB 27 58
431,737 431,737 0000000000000000013e7a2cd902cfcfc1477e144f8a8ee1912934a4f74bfc14 0.52 MB 479 30
431,736 431,736 000000000000000003233dfb8fa7d3fe10a3ab519e0f14ab7065e43ffed0cb30 1.00 MB 2,504 67
Previous 10 blocks ↓
Total Size: 769.27 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,635.29 GB sent, 94.24 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.