Memory Pool Memory Pool Refreshing

3,453 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
907,907 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,711 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,906 (84,747 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
823,159 823,159 00000000000000000000d59765705ff20460e9f61a4ae5a1f646ba0b1df0896c 1.56 MB 3,772 234
823,158 823,158 00000000000000000000d25133ceed98b6a664744c24084a23d76a3a3b3bef4e 1.78 MB 4,925 174
823,157 823,157 000000000000000000036aa69a3387b09c75664f3ba61b98d4b41e04926e213b 1.73 MB 4,565 179
823,156 823,156 000000000000000000009c700fee6faf10d352c475beb9c3eba008827ceacad0 1.58 MB 4,474 222
823,155 823,155 00000000000000000003b3a924777dc28ad47298ab4b1ea8331143a292828a23 1.90 MB 5,693 191
823,154 823,154 000000000000000000031c395eec006f45e8c45720b18b5c1caedba0f7fe67bf 1.64 MB 4,608 211
823,153 823,153 0000000000000000000231df2225e9ed65a4f3faba003caa9732e08e558c9294 1.89 MB 5,432 163
823,152 823,152 000000000000000000006409772926e4d70e4bec3190d13a094c5e182fc0b366 1.61 MB 4,025 191
823,151 823,151 00000000000000000003deb7a656876165109d0892e890fd94a8902c211e6d3b 1.64 MB 3,924 154
823,150 823,150 0000000000000000000179d814720222ff007c035feded729f8fffd431fc13e2 1.83 MB 5,229 171
823,149 823,149 000000000000000000033013994331d5f90289dd38196fb55a9e3b83d758a465 1.73 MB 4,322 184
823,148 823,148 00000000000000000000621771fc6e4b2fb1fca5c9fe4a92ac620ef8671c3438 1.77 MB 5,071 204
823,147 823,147 00000000000000000001458ef22e6315e8510e41b9c10451a09c218113159980 1.79 MB 5,102 195
823,146 823,146 00000000000000000000300786dac7c2fce0b59e1267943c0925ad6e3b91f8ea 1.76 MB 4,578 183
823,145 823,145 00000000000000000002ec595d2bfa670e4b04792393d7a47dd4f99afcbed00a 1.75 MB 4,755 175
823,144 823,144 00000000000000000002b24bc94e85b2779e0ed2b984319c51fc50943a6ca2d8 1.72 MB 4,596 171
823,143 823,143 0000000000000000000064298d6877b5300865181b2f620724ceb5faaf52d7b1 1.85 MB 5,136 182
823,142 823,142 00000000000000000001a608e618124e543b2bc361ea03495d27de3f31e5dc67 1.94 MB 4,449 200
823,141 823,141 000000000000000000037748416fd9e4700244f06eb316715a7c0d67fd547ebc 1.69 MB 4,615 199
823,140 823,140 000000000000000000003f8faa62a7647438652cbfafecc500671206950c23b6 1.69 MB 4,301 184
823,139 823,139 00000000000000000000a4fd043d106b2bb750a3002a6b792e1ec1104e822f30 1.66 MB 4,243 213
Previous 10 blocks ↓
Total Size: 769.37 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,643.87 GB sent, 94.78 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.