Memory Pool Memory Pool Refreshing

4,688 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,674 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,122 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (757,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
149,753 149,753 00000000000000737d9ec717b063002f1c617933957d08b0d485853ed49ea1c9 0.01 MB 48 10
149,752 149,752 00000000000001acee07d789dcfd31acd77b05971e4ad6b7ecc1b5f0b6654255 0.01 MB 36 76
149,751 149,751 0000000000000990eaa8da3d41217757fe8583138912ca528be0855a168f9b06 0.00 MB 1 0
149,750 149,750 0000000000000adaa2717a5a2e3417ec996d96a8f7bd5e4e07936d67337b4d32 0.00 MB 10 34
149,749 149,749 00000000000003df225d7b1b2d95ca01618778fdae2705ef8925cc1f61755be0 0.01 MB 26 135
149,748 149,748 0000000000000467a935f6d4f02cbfc445af07971d3463e2f375d9ec488e888c 0.01 MB 17 700
149,747 149,747 00000000000007f1dd2085683bca1c5d5625b70b5ac443235de78b8262413300 0.02 MB 57 170
149,746 149,746 0000000000000332725fa2bf3f6b221ed6361219b90295d3ff8aa9653eeb4e98 0.03 MB 74 199
149,745 149,745 000000000000009f40dc2aba6683c1b4d02c8a72aefdb46d0d95a9a6adb0de5a 0.03 MB 45 127
149,744 149,744 00000000000009657008b41261b33324e4d3d4e16c1b091ac2a7f2023b0de1f5 0.04 MB 127 38
149,743 149,743 000000000000015a8e644b1b7053e9d6374db05a672426ef76f1e2eab59caea4 0.00 MB 10 94
149,742 149,742 0000000000000800b7aa4be93fe7dac2e97cd4e31d5918a8f4df797b89a97833 0.00 MB 14 35
149,741 149,741 00000000000001f727ff6d903dcea086a3daf199741f13a4189731e92a5e4081 0.02 MB 59 109
149,740 149,740 00000000000008699b6e3804c3bcb6909b1a757331379afa9407973e41a75921 0.04 MB 61 323
149,739 149,739 0000000000000487aa99a4c30c6e59d641e2c32529a6320fd1ee8bf26cc8c935 0.00 MB 5 553
149,738 149,738 0000000000000638d8678d7c609df2e2c34ea7c2e9e5fc82dd78da3064dd997b 0.02 MB 51 145
149,737 149,737 0000000000000b4d0464ddfbc90aecbae0c82b5e49a1ea203f6d9eb1b3ff29db 0.02 MB 43 36
149,736 149,736 000000000000089d48cc6977e3e9279f39507881f0b8d8585fdcdf6763e88c48 0.00 MB 9 55
149,735 149,735 000000000000051df8b6b1dee069ec9367161e727d687cfb355531aebe0e8979 0.01 MB 22 0
149,734 149,734 000000000000088db9ca05edb9eeb3996acddf67fdf5857b2ff71850b34487fe 0.02 MB 33 74
149,733 149,733 0000000000000032cecf19216d66a4b042dfaaf29dbe3807c01e257ad253009d 0.01 MB 52 80
Previous 10 blocks ↓
Total Size: 768.93 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,604.19 GB sent, 92.45 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.