Memory Pool Memory Pool Refreshing

9,232 transactions
4.28 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,993 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (710,269 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,456 197,456 00000000000000c5d0b0c03262cac96c49c8fcf92c4338f5007f02da111bfa7f 0.25 MB 796 169
197,455 197,455 00000000000000348b0f8ac7e1a5c780ff8a9844f96fcffcd1b1e95b0b5fbaad 0.07 MB 128 116
197,454 197,454 00000000000001c50c6ba53ec58eed194e37e337b4cb8bbc8ad63bcee6c6ce2f 0.02 MB 48 115
197,453 197,453 0000000000000486d8c9b97846d88abfcb3ce63ce5d3d393fb744fbba8ed7ec1 0.04 MB 136 12
197,452 197,452 0000000000000621b8c310500184fbc2d32d2ebce9e53fd67214599c7b312759 0.03 MB 64 44
197,451 197,451 0000000000000065956d7bcbccf716122e1be66a97c96db21adab3ff2365092b 0.06 MB 137 138
197,450 197,450 00000000000004c12bfad4af560276283fddb7489b63d4572423bfe2915c00f4 0.19 MB 456 172
197,449 197,449 00000000000004bac4ce90754351966673989a649ae7442e4aeff0297ff26013 0.00 MB 9 594
197,448 197,448 00000000000004303ee8727725733c9d421ac568b66049bb37ba8f54a7a76d5b 0.03 MB 100 136
197,447 197,447 000000000000048a7e483815ced37051a34c9f045809261c6b38014e1c27cf32 0.09 MB 249 121
197,446 197,446 00000000000001fe028387c2e203b43d463520ff980b2378f7a55e04e00563b5 0.18 MB 477 194
197,445 197,445 00000000000001e901721c55ee83927af48022b27c55a371c1e557c76acf9307 0.01 MB 7 19
197,444 197,444 00000000000006c0e49c5e286f1ad97762bf27ff3256af7b28aa1783eae203d0 0.12 MB 339 163
197,443 197,443 00000000000003f4b5c35c575f1ab52e354a8d81830ff71fdc07f6eec97000e5 0.01 MB 35 85
197,442 197,442 0000000000000169d2a55975bebe5bef23e7b69e66fd647b97916a037cf976cb 0.14 MB 290 149
197,441 197,441 000000000000056a4e4cee79159a2f1c0418867c9d6c6362ad76d9d0a21e1c0b 0.03 MB 80 62
197,440 197,440 000000000000051680fe26eae0a9badc358ff6f2578ea57502a186cb68b4513b 0.11 MB 256 55
197,439 197,439 000000000000010d44863b7b7fa31aa8e2386f2da79910f2c8d1f3bef932a197 0.19 MB 491 158
197,438 197,438 00000000000003241fe621c72ff2a91ade9b8887fec0640db97c2f474e1cd7ed 0.00 MB 14 90
197,437 197,437 000000000000008cb385de6a68aaaaa6c3974b98cf8f544b8cce0db1855256c4 0.09 MB 197 266
197,436 197,436 00000000000004988a3f5bc106c559292121d244807d7bc6290086e599aae81f 0.07 MB 169 121
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,625.61 GB sent, 93.03 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.