Memory Pool Memory Pool Refreshing

16,620 transactions
20.87 vMB
Show Random Selection Loading Transactions
Max Size: 113/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
3 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
880,352 000000000000000000028c610000000000000000000000000000000000000000 1.00 vMB 1,819 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 880,351 (714,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
166,305 166,305 0000000000000409354ad32795da84ec84ec074241ecaa7ef97ca88ac795a3cf 0.04 MB 67 53
166,304 166,304 00000000000003b8ce7bc3ac8251ab9a300bccbf999d87be5f5a1e2560b4a2b3 0.03 MB 87 44
166,303 166,303 0000000000000032715354156f849e9e06ad596f4b9b71f130ac215eb156a574 0.03 MB 52 63
166,302 166,302 0000000000000955a0458b8e0fb1c02ea14727c846f3c62dc07827ef60971ea1 0.00 MB 11 295
166,301 166,301 0000000000000529e290a8e4b9c0c679c5dff57f2906f2cb2c944e57faf9aeea 0.03 MB 83 275
166,300 166,300 0000000000000a9f610ca5e50cda20f7ba3c60cbc7febf690ee48ebc21bbf73c 0.03 MB 75 120
166,299 166,299 00000000000004cca143669b27f643339feb5a25c9cf6cfa5b08b6429c95bfc4 0.04 MB 39 112
166,298 166,298 0000000000000ae99518483a7f21412f328e204e11e6d3fa9660b84f520bad2e 0.01 MB 22 57
166,297 166,297 000000000000044d14f35bbc4eb62fd39e7a6c8b65bbe480d0a9e1c271cec7f9 0.04 MB 133 82
166,296 166,296 0000000000000910c42f81817ebd16fabca65f33c17d254177e111fa5b2192f6 0.03 MB 63 442
166,295 166,295 000000000000022856d275f7a29876bcd79466f7eb0e8e0a4f8bc748a553c074 0.02 MB 43 276
166,294 166,294 00000000000005fff3309a800db310cd9da8742e691aa45ba52ea4d3e38e8914 0.02 MB 24 53
166,293 166,293 00000000000004505e4b38a76e04f7ca4c597edbc4bbe8fc9b2ce655f44b3d50 0.02 MB 53 93
166,292 166,292 00000000000008393fd2efd0717fa25d57bc3512a9c95d80f40b1050a5ef829a 0.01 MB 16 585
166,291 166,291 0000000000000875b1e024514c38a6fb7ad9445b8dd9628b1ec648108c9d1ed9 0.02 MB 22 21
166,290 166,290 00000000000005f2d11aae1b843ea9b1ec4ab9975b01e33caf1d0c6011002f83 0.01 MB 24 48
166,289 166,289 000000000000055d426aec763a6949369960b197f0350a12f486f73adebbb73d 0.04 MB 98 59
166,288 166,288 0000000000000246642fc3de5cb9d3ff83ff22dae6a8d538e00b87126b5dbd84 0.06 MB 51 98
166,287 166,287 000000000000002bea3ac47ee5ab906ddf9c9671868f4deff6d903c07eed3f1d 0.04 MB 113 25
166,286 166,286 00000000000008e72f47711b5b0e6c05492db856f920e26a14cd01a85482b631 0.04 MB 63 151
166,285 166,285 00000000000000f719e3ac5fd0a44deb8db620c5769661d87caeead282da8007 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 719.05 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,805.69 GB sent, 60.43 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.