Memory Pool Memory Pool Refreshing

5,429 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,825 (619,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
288,167 288,167 0000000000000000e798b5c4ce65e98e946098d416d9e482164cfc4d2d57f2ba 0.14 MB 281 34
288,166 288,166 00000000000000013e7319a818e3fc559fc7580b4f5350db725037f7a71f2ba2 0.05 MB 63 177
288,165 288,165 00000000000000004393ac799860bbfd0350d0230eefb072cde4b2dd6a1d522d 0.35 MB 739 59
288,164 288,164 0000000000000000982639633347d672bce518f9232016ff29ee5a3e4ff7ed89 0.20 MB 306 25
288,163 288,163 00000000000000003a388f038b72b5d1784e94b6830bcdf456a8cde84b1238e8 0.35 MB 943 47
288,162 288,162 000000000000000126db53327205d331fedddb9d53c84b2f01877de41aa08952 0.07 MB 175 33
288,161 288,161 0000000000000000d534565df3ade7d8dade30a4a3b03fa997e2b1d260ea0abc 0.42 MB 938 52
288,160 288,160 000000000000000154d11737248c0cfa01185b1718d6dd10b81ab0d7a3e687e8 0.05 MB 33 7
288,159 288,159 0000000000000000155590e2a2cf4b0918f37c51761e0f82efc5a009a892288c 0.35 MB 718 70
288,158 288,158 00000000000000015667054d76f113aa3818cd37d190dcee649c0aa82af79ed1 0.00 MB 1 0
288,157 288,157 00000000000000011975afe6c4e0958b4118cd9c452193c7744b1b0df418bf53 0.17 MB 359 39
288,156 288,156 000000000000000072046c562776ced9c4a290d553ed18449470c47541af11dd 0.71 MB 469 17
288,155 288,155 000000000000000062d8ce47ba5000cc1f7bed2c3ce8bcf32b03b152b6c2e71f 0.17 MB 371 60
288,154 288,154 00000000000000008abf16067ae7277e767476d1643a1a014454705c95e719cc 0.13 MB 222 54
288,153 288,153 0000000000000000b97d8e2b6efc0b4f68290dc27b5371b374101096e65da491 0.07 MB 180 33
288,152 288,152 000000000000000024a14ada5b85c2b157fa7a493afa2f7f33596b2ff9b552b9 0.30 MB 612 99
288,151 288,151 00000000000000008ed256a1be9f26b5b7d7318060aaba5cc0f44ed4f186b9d8 0.54 MB 830 76
288,150 288,150 0000000000000000cd224441a1b3ae7b1d56517516e8c9f1f4d18a5278db7b65 0.06 MB 135 36
288,149 288,149 0000000000000000d3a1601e3f4131bc1ed4726903dc871c11ee944b56bbeed8 0.29 MB 401 28
288,148 288,148 00000000000000003c8168661ea8f38682b810ef60562ccf385c346c5d583fef 0.01 MB 28 44
288,147 288,147 00000000000000000bd8d0268ffe3187904cc9a848869c7d8363f9a07d709d86 0.69 MB 1,360 37
Previous 10 blocks ↓
Total Size: 769.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,634.56 GB sent, 94.01 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.