Memory Pool Memory Pool Refreshing

1,263 transactions
25.26 vMB
Show Random Selection Loading Transactions
Max Size: 102/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,311 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,005 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,310 (813,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,828 94,828 000000000000c2d9a4a9016945c55fc07820226912a2e9598a1f4e6218d06643 0.00 MB 2 0
94,827 94,827 000000000005a3a31a15fa2e635cea4dcecd9bd01d4c3eb8c26b55a07861a60f 0.00 MB 3 0
94,826 94,826 000000000006c766b60a6a52273dbedb7750a9026d96af85c50de2b332f5000f 0.00 MB 3 0
94,825 94,825 000000000007767d9db02f0d430d6513ef713c0bab81bd6e4361b0219ee5fb13 0.00 MB 1 0
94,824 94,824 000000000005b0085901081c1cc41e76137a9a91b2e0650ec87ba628330a5e12 0.00 MB 2 0
94,823 94,823 0000000000013428014ddb7b3c4f1a6df2f0df156cf7ddf01e12c204bfd81300 0.00 MB 4 0
94,822 94,822 0000000000078b1c716c78f26aec165fc8562910a58508fee6273f3284b020aa 0.00 MB 2 0
94,821 94,821 0000000000059caf2064b90a39eda5a44579356151ef7e2fa698b53d68c620a4 0.00 MB 1 0
94,820 94,820 000000000007284161ff9be853a049c06935480a732a8dec7372decefeda7557 0.00 MB 1 0
94,819 94,819 0000000000045fc0cb477fd408b0c5097c55ef69f4af6f3a412aec4db0a0caca 0.00 MB 1 0
94,818 94,818 0000000000057169aa921235c9d680a38346c99de7dd0c7a181cd0b413bda6fd 0.00 MB 2 0
94,817 94,817 000000000006d3538d9adf4c789b1d3d3069433d03fea89e04844ea47ec85910 0.00 MB 2 0
94,816 94,816 00000000000175cdfd54acc5c3e8ee0a0267dcda3bf5e2db8f0d77341f18a87b 0.00 MB 1 0
94,815 94,815 000000000004b52a538fb1eaceb8144ff1163071dc78b33c178da7b7e437451f 0.00 MB 6 0
94,814 94,814 000000000004d086cfca199ec2682d20e9836507f2b7340bb1e403a58c2bde05 0.00 MB 6 0
94,813 94,813 0000000000046b92528e141d379f79acdf4a091adfacf1b7a78eba11eb3085d4 0.00 MB 1 0
94,812 94,812 000000000001cef2880379b13e74d9644e1e81403a2062351b5d9c31220a8aa5 0.00 MB 5 0
94,811 94,811 000000000004dc39199f97371710277a59f9390be923b3bfb048b28198f4ab24 0.00 MB 1 0
94,810 94,810 00000000000704ffc85097d4201e0047c3dcd561dc40bc84704653e8c1addb7a 0.00 MB 4 0
94,809 94,809 000000000004e7c524312056810f6c222a060630b51a0cbc54e6bf1548dd0a3e 0.00 MB 1 0
94,808 94,808 000000000001c8b8627a9e098e5a5cdd509e8d2f6768324fd0eb0792a5369014 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 770.21 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,698.12 GB sent, 98.59 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.