Memory Pool Memory Pool Refreshing

1,432 transactions
0.55 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,432 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (704,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,044 203,044 00000000000004f3b6f7acbfb39c0cf5ad890ee302ef5081ab007e75f7fbdf59 0.25 MB 501 101
203,043 203,043 0000000000000344bf3849deae356647a041e95007bb9f0d131086105c0e114d 0.25 MB 912 192
203,042 203,042 00000000000003eb2cfdbeaa746c7fa7c47d6975c04073fcd1970a760d3b537e 0.00 MB 1 0
203,041 203,041 00000000000004a90a442006c616d85cc6c0dcd68694002b4a8d45fa5593bdd5 0.00 MB 13 471
203,040 203,040 000000000000035b18db7b679b278024345475837fc53a9bd96f666f89e529bf 0.06 MB 151 123
203,039 203,039 00000000000003c4fe614fca7e74bd6aba23b79b4c553959d15bc9dd3b5b9078 0.00 MB 9 491
203,038 203,038 0000000000000499944e27a063bf03e855660cab73955f215cd61cd6a81781d6 0.18 MB 542 167
203,037 203,037 0000000000000246eb412bdd4ff2b76f885ca867ec2b86d47a94b5c74d31c906 0.01 MB 25 65
203,036 203,036 00000000000001e6345306897d30d5750cdcfb3449412aa6693f470537fe57ee 0.01 MB 27 91
203,035 203,035 00000000000000c7f08763f994c61f6087a0b8ae181890f74ea31300d0574fcd 0.01 MB 13 100
203,034 203,034 0000000000000034a6b5cc7d265c4600d2aa7a834e6c6984789de01a7015ec03 0.09 MB 193 108
203,033 203,033 000000000000000ced3312f7d753dc2b87f818728014e96e5c57ddb70449ac77 0.05 MB 120 180
203,032 203,032 000000000000032cf6ddb52cf1aadc5806bb548dc27e278df8b8bafc35578e8d 0.04 MB 62 75
203,031 203,031 0000000000000530499cb13bce3df29b310c8ef874023b65deb0121d230b5b9c 0.03 MB 85 119
203,030 203,030 000000000000050d8ef1d2abef4af4ba6d995a28e4050fd591eba6c7658568ce 0.11 MB 240 313
203,029 203,029 000000000000017145a750d6e0fda973723e5805eb9bb4e1ff0f468adac45d87 0.09 MB 200 241
203,028 203,028 00000000000002b801fa6043e44d5c461c0f8baa47eefc90a82ef640a1181a4f 0.12 MB 219 104
203,027 203,027 000000000000043e815a08b8a1a295ced2e21dfcff2077f03b41361cfd7ec8b9 0.08 MB 112 124
203,026 203,026 00000000000000b506f5d36911dfac2c7c29f22024b15ca5796e33735246632c 0.03 MB 67 114
203,025 203,025 0000000000000440983835ba0708bee66e33c916f3efad1b7c0c526d2afae2d2 0.12 MB 250 151
203,024 203,024 0000000000000114676f15462e66866d97762fd87d617cf8aef25961b3ae8c78 0.13 MB 292 149
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.