Memory Pool Memory Pool Refreshing

3,913 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/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 ago 1.00 vMB 3,502 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (447,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
460,226 460,226 00000000000000000069c300dc1c4197f1233aad29c83f2436e77449f50a77fc 1.00 MB 2,514 208
460,225 460,225 000000000000000001aa49bdb1c840cb451f5a2f69a9f3feeb244158a4e82964 0.77 MB 1,530 87
460,224 460,224 00000000000000000175896f4dca66664f749f6cb136f10dc2ceec5a0c6f9e9b 1.00 MB 2,337 155
460,223 460,223 000000000000000002164aff9817db9453f7a90b6beab9fcdc13e0f82dc63e1a 1.00 MB 1,490 97
460,222 460,222 000000000000000001f2045865eaf7f74066bbb88febf923fbc96e9b5f5838d3 1.00 MB 1,863 128
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: 11 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.