Memory Pool Memory Pool Refreshing

3,854 transactions
1.42 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,851 (802,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,332 105,332 00000000000202f7c18906e623fc993fead1854a5d81dd058243d7d5b3d0b08e 0.00 MB 8 0
105,331 105,331 0000000000008330f258894834d8cf35abbb1b8d8a701327837f5ef6f9359677 0.00 MB 10 0
105,330 105,330 00000000000230fe908f0ced03ecfabafe65a649277884c56aff348c66cebb00 0.00 MB 12 0
105,329 105,329 000000000002c3938d9aaa3c841c8bfcdd64cf4affae1b588209ac1ce9666104 0.00 MB 11 0
105,328 105,328 0000000000025fad528492048e745b6fda6fffa3337fe698ecd8a137c4b06705 0.00 MB 13 0
105,327 105,327 000000000002e862338ea948b7d5380661ebe64191d06e2b5180b31bd0575bf8 0.00 MB 18 0
105,326 105,326 000000000000b8708ee38867642f3343f247d0a33b4f31373ad6d934f319cdd6 0.00 MB 6 0
105,325 105,325 0000000000026d89b975f439c8483d01c59a403521f42b85d247c276dc8a4300 0.00 MB 8 0
105,324 105,324 000000000002e3ab0545ab9bd14053605b8d37c22cdd71a9aab9954b36c50414 0.00 MB 12 0
105,323 105,323 000000000001702f8ca95ceaf85c2143ced793bcf71a31300350d5f20722645c 0.01 MB 24 0
105,322 105,322 0000000000028a23e967f1685a205dc9bdaa3dafdb6243e928d1646b4df37ea7 0.00 MB 12 0
105,321 105,321 00000000000257308a14000272ee228252d320b244a05ab520a52b041dc074e3 0.00 MB 12 0
105,320 105,320 0000000000011765550febed60badc28bc774335bf2a7ca66384b36be6ec4948 0.00 MB 12 334
105,319 105,319 0000000000011f5a2f29412850b72a812fa79591c56e63be4a3d2b3e3b3858e4 0.00 MB 10 0
105,318 105,318 000000000001c0d00c64a3b54fabb254121deabb50434a6b354fb5098d14480d 0.00 MB 12 0
105,317 105,317 0000000000016504b1e4b9c095e3fa01f358d0d1f35d6cbb4e9c2d9415eb0a00 0.00 MB 12 0
105,316 105,316 000000000001111edc2e867e9a45218218c9431bd8a884170e9576f5d694cea4 0.00 MB 12 0
105,315 105,315 0000000000027681a0e63cc2cccf8e308b87ddcafb3d0c639059d259943d11e8 0.00 MB 12 0
105,314 105,314 00000000000079717e70c7c16e8cc0255bd7514e92218e2701b04dda923f9fd9 0.00 MB 12 0
105,313 105,313 00000000000238f7ba5b504c1a7214143cf1340a18c3ca68cefef88214a4166e 0.00 MB 12 0
105,312 105,312 00000000000089c71cc77313624bd76fd068e20106a32c056a1cf08d03175ddb 0.01 MB 24 163
Previous 10 blocks ↓
Total Size: 769.26 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.28 GB sent, 94.23 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.