Memory Pool Memory Pool Refreshing

2,300 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 0.61 vMB 2,300 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (447,616 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
460,247 460,247 000000000000000000817a81979d0d14507ddada9989772b2067bf3100ecc867 1.00 MB 2,474 205
460,246 460,246 0000000000000000020199f1d428ff7d59885521239aebdd976d74d70e015a1b 1.00 MB 2,117 157
460,245 460,245 000000000000000001ca4e4b54e2a6f0b4c62382f3145899c3e919fc55659274 1.00 MB 1,977 144
460,244 460,244 00000000000000000125f6b58627f8d04a3052f2a018957e06a66f2bce5589c6 0.99 MB 1,993 150
460,243 460,243 00000000000000000093c2de13b0da6c29bd030d52e53b3e3831ec9ae4d1ff7e 1.00 MB 856 155
460,242 460,242 000000000000000001796a7b2b39a994e9186f715f72e5635699cffd04fc91c9 1.00 MB 1,875 216
460,241 460,241 00000000000000000050226abffe6d85d8338c2f60a4961f6b44877a7b418ca5 1.00 MB 1,509 159
460,240 460,240 00000000000000000027703caade579de416da4524b07651c6c78c1bf356cf6f 1.00 MB 1,818 217
460,239 460,239 0000000000000000016f72d06a779ea328fde4adb5479e2ffaa5dce5adce7358 0.07 MB 161 216
460,238 460,238 0000000000000000015d39a07c42475c0a81c6b281543972b47776adc8478cb2 0.00 MB 1 0
460,237 460,237 000000000000000001e1fe7daa5f134695118c5d78813572077164b67cd452af 1.00 MB 1,699 186
460,236 460,236 0000000000000000021e8e16c85e9699d24e5702229d0a35a141df1d95372efa 1.00 MB 2,109 197
460,235 460,235 000000000000000001459f2538538da2f530729cab34409df3572209161770f5 1.00 MB 2,472 214
460,234 460,234 00000000000000000098b1508b8c9a6a45180c6197a5b1190eaeaeb58246ef55 1.00 MB 2,134 210
460,233 460,233 000000000000000000350a00f86c4fec526e9674e9f1fb0dc217c2dfc03d5ba7 1.00 MB 2,424 179
460,232 460,232 0000000000000000018db7d0f47405101a3091d934fb805b2f5b131dcc12d048 1.00 MB 2,539 128
460,231 460,231 000000000000000001a9a28e71c2dde3c3b8169f2d6484716e4b5c18362a9db4 1.00 MB 2,280 131
460,230 460,230 000000000000000000fec820ea90698306f3b261ffd6ed734284dab0c76dff92 1.00 MB 2,305 141
460,229 460,229 000000000000000001ee2bec96474016b6264514618949725f66025869b79be6 0.99 MB 2,058 181
460,228 460,228 00000000000000000113755fb4bd88d2e22ee5baa0aa66fe64f83f48daa70a4c 1.00 MB 2,651 205
460,227 460,227 0000000000000000022cc16a4d2361f87f6a406004126cde27e13c9fc05074ba 1.00 MB 2,039 187
Previous 10 blocks ↓
Total Size: 769.28 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,635.56 GB sent, 94.33 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.