Memory Pool Memory Pool Refreshing

8,508 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (650,518 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,205 257,205 0000000000000022c87838cb79d3ce6a74a1858325e1b8aef4b77f4734ed5cca 0.24 MB 586 98
257,204 257,204 000000000000000d514486568fca0a49890cb7cfdd50e2c022fc467c8e199a9c 0.10 MB 239 99
257,203 257,203 0000000000000008f11e2976ec53fdc0891b6fea2eedf9cd4e80a9f3599571e5 0.01 MB 13 27
257,202 257,202 0000000000000020b848efd46a72a734a1e9205ce6f2361b175395c249e55541 0.05 MB 115 68
257,201 257,201 000000000000002406263539d505fbd23d8bfaa02efcb0fa9cf0e62ddab35d64 0.03 MB 64 115
257,200 257,200 00000000000000035a74942a302d07f322ea7ae0991dda217562c9f757230b32 0.10 MB 222 108
257,199 257,199 0000000000000007b3d1dc949ab9b323790ed6ab877f8ad3d73372fc68bed891 0.02 MB 62 114
257,198 257,198 0000000000000022cbb4cd05d7371dbb8c1ccc154e5ca05625717d04d7af1202 0.12 MB 312 91
257,197 257,197 000000000000001aff28a4a70241a3f723c1be169581dca05610bb3944648821 0.04 MB 76 110
257,196 257,196 000000000000002a98d1564397a2364e0f24fa35979e15e5dfc8cecd6a33e3ef 0.25 MB 549 109
257,195 257,195 00000000000000074bdc64f9a1e7bebe73391e6c59a4e3982a66107435517172 0.08 MB 153 102
257,194 257,194 0000000000000008878c72cf4580d4bf642a8dac177a1557898873d908ed4f25 0.04 MB 94 52
257,193 257,193 000000000000001f12269952a01dd63991e325768f64b49c4f28b0b1c2444149 0.20 MB 299 60
257,192 257,192 000000000000000973b356c34052459f95114373e57cef8efb8649c28d265a39 0.25 MB 586 94
257,191 257,191 0000000000000010f950fce3aa85a0c237f5836b57f0b118d61a1709deae577d 0.25 MB 652 49
257,190 257,190 00000000000000228091bd633c1708326a9523dc8c8bba101a28fd6f9424104f 0.35 MB 653 99
257,189 257,189 000000000000000f569bdd0082e8ca9d7ed0a0e4f8230f22114844fd86cf901c 0.25 MB 620 157
257,188 257,188 000000000000001e0f8b113f73d612d1332afb7923e9f3d8f5af5c4358e70dea 0.02 MB 54 62
257,187 257,187 00000000000000110183cfd8512488c8e77d2f5ef4c0fc562eac50ad5577709d 0.16 MB 235 64
257,186 257,186 000000000000001b2ce5c785e2ccd747c5e760a52516a285aaf48452a24087e5 0.17 MB 437 116
257,185 257,185 0000000000000000b1c8a0d1bc754c1fba0dfb3cc29acf3a8d0b698dc5e333b7 0.11 MB 179 94
Previous 10 blocks ↓
Total Size: 769.03 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,624.95 GB sent, 93.01 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.