Memory Pool Memory Pool Refreshing

3,275 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (646,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
260,989 260,989 00000000000000029aca52ef933680e65832be181b9b4d585a576e3f74f11161 0.17 MB 420 137
260,988 260,988 0000000000000007edadd6b203d2845048f3bf59927e879b20e357f0ae5c2631 0.21 MB 476 142
260,987 260,987 0000000000000001c6852b5e5ad4ca3b78cab1baf13a6fa7dcc9c3fbd0f423c2 0.12 MB 267 124
260,986 260,986 000000000000001578bd809dd7bd115e57e439b1b068c5cfdab93a5497d968d3 0.08 MB 165 125
260,985 260,985 000000000000000af2a788157d4ce01a0430436f55bb190780b4d4608a17372c 0.14 MB 156 85
260,984 260,984 000000000000001a127135b26eb6a737a03af1e5875f0d14a01d95d72d35bdbe 0.13 MB 248 149
260,983 260,983 0000000000000006f36e6b32f20746180d6e2849751b7cc7869db0015399e8e9 0.08 MB 180 128
260,982 260,982 0000000000000009e3d3eaabbf90938ad1e235bbf07c58059849fc7dc863fa70 0.20 MB 366 119
260,981 260,981 000000000000000d5584dbfc362574e5975e9b43b0149fbc802da2dd799db6b4 0.01 MB 16 113
260,980 260,980 00000000000000086b1128f08c6bd8e5c92618af94178e4ff8b38d3227e0cb78 0.07 MB 146 82
260,979 260,979 000000000000001b8e633dbfe99fe869c81e545f430a464395d7f9d333a2503b 0.23 MB 504 116
260,978 260,978 000000000000001b55d7b2853b19ee3fd1efa163870feffb6bc27b2b60a0dd23 0.11 MB 283 46
260,977 260,977 000000000000001c88b2e72f1ad9fd22e59a103ada07be3acc19ab391f72a916 0.02 MB 52 145
260,976 260,976 000000000000000a0655c672c7e80389a5e475e882e661159100245bb59d88b5 0.08 MB 186 106
260,975 260,975 000000000000000da750568f02c77c4920b9ae1837c793abbbad52bdbcff8842 0.05 MB 131 36
260,974 260,974 00000000000000001098c7d409b40e1bd06d04623f7d055b2c3e58dabd6e69c7 0.21 MB 479 151
260,973 260,973 0000000000000004d00fd728537b952a8f6ee15992d49c03d65fe96852836171 0.34 MB 685 58
260,972 260,972 000000000000001ae8aeaea041748251bf6669890f2d961e23d48d40685f5e35 0.20 MB 512 103
260,971 260,971 000000000000000e0e02a02b9eae729199374912ed9f9e00c01fc2aad940fcc5 0.25 MB 632 155
260,970 260,970 0000000000000014189877791dd9cd1ef1248604c364f60905fffc5dd91b59b2 0.25 MB 673 167
260,969 260,969 00000000000000049feb8ae09882de28c04ecb65462609ad25a7090f66da293c 0.25 MB 642 145
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.