Memory Pool Memory Pool Refreshing

3,875 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,570 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (743,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,432 164,432 000000000000065439d95c06aefb0817f97e5144273d88f3ca9f306ba0ec381b 0.03 MB 79 52
164,431 164,431 000000000000026948ad6a255c4754256003ab89c69659a7dedb713ef1334915 0.00 MB 10 37
164,430 164,430 00000000000002b5de4d2b255f09dcefc3bb3857ca05e988b898ad04f181f504 0.04 MB 74 740
164,429 164,429 00000000000000fc31f6f2ef0d42a5d171e23ba1a45a43b9d4ca656c2d743f2f 0.05 MB 97 119
164,428 164,428 0000000000000af7b92f2717ea9c0f714d0810db73d0f1eca817b7cafd3e8aea 0.05 MB 33 291
164,427 164,427 00000000000008dde6b711b1f1bddec96854064735822838166ffa69b40774f7 0.05 MB 111 163
164,426 164,426 00000000000007d6c360dfee24fc51254e2502525595f189844f12b67c8a7c9e 0.02 MB 44 169
164,425 164,425 000000000000093981ba1fb9281b8a44aba6ff36cf4612b5793e7054170373bd 0.01 MB 10 10
164,424 164,424 0000000000000ac69a2edd16c62b66749204c14cea55a350c66082a2b5c4acd4 0.00 MB 11 76
164,423 164,423 0000000000000b2d3f9d0cdcb6f8218283845ed5c1dd469866cb9024b6d53441 0.02 MB 62 5
164,422 164,422 0000000000000a2474df59dfe69c9c0c01fc63a533361488922487c1e1f6c6a2 0.03 MB 103 99
164,421 164,421 00000000000007f0fc179e3750832378abf77c6748db2c3f139d280b5e8209fd 0.03 MB 61 83
164,420 164,420 000000000000093959d59cebd803393869b67a91138657164a73ff901d9ccb7f 0.01 MB 6 57
164,419 164,419 00000000000003d0af13ab2931f44215cc0c6af72b57936ccbb1f3896f249a27 0.02 MB 64 16
164,418 164,418 0000000000000a5c26ad073c551895fc80b34766b7d5a9f5dada6d9f747c0aae 0.02 MB 42 31
164,417 164,417 00000000000009f6612f05318bf32584e480bf20feddb8c3326646f3e31ab661 0.15 MB 78 69
164,416 164,416 0000000000000b97346ceed408b1b7213f0d3d77f2286d0db5d786bc73be8cd6 0.00 MB 8 735
164,415 164,415 000000000000091792163f3eb475f25b7d75f7dcc8853991d35296bf27a371fa 0.02 MB 50 6
164,414 164,414 0000000000000367ee33212b8effb6d3c214f89f1c591f072a666c7dbba502e8 0.01 MB 23 202
164,413 164,413 0000000000000500898d48a9aa5c33c1a775453c8393e5bef1728377f0d754e9 0.03 MB 62 607
164,412 164,412 000000000000085f716b939b162d33877de0c00b7c9ef3c341e048eb89b519b5 0.00 MB 8 27
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.