Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,905 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (702,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,396 205,396 00000000000003b2a0ca6fdb0bb3ffec94acef6b894fcec09276425140b1f771 0.01 MB 16 263
205,395 205,395 000000000000037d905e67b1e93733475d3e3c429f3c5b0cb63e0bc33780be17 0.06 MB 131 143
205,394 205,394 00000000000004b345a029b64b9ead35b66b5264a7419d8cf3e67469b31f0dd8 0.03 MB 76 147
205,393 205,393 000000000000018d644e97b94709154f893e6b7a7627c8ed1803716a9c89a2d5 0.00 MB 17 136
205,392 205,392 0000000000000360d097d9f3a3da50bdefbc16bf1a6c8ac2e67f80ae0d0e41ce 0.05 MB 101 230
205,391 205,391 00000000000003a15b717b0048d55e22ac94de36673143617c3bdc389ac21c64 0.06 MB 183 289
205,390 205,390 0000000000000170f84200e4fef5a300fca166aa568d1c9ac42a8370d9226cfe 0.00 MB 13 14
205,389 205,389 00000000000003439eeb29f5a30bce46a886bca49e76ad364a92a0d3d9439d90 0.06 MB 127 215
205,388 205,388 00000000000001908285aae897fff6d741c8baeb7ce547bd8b954535dba27538 0.00 MB 1 0
205,387 205,387 0000000000000352bd0a92ef71d94c20c5ddf3d70a2baa747159a05821453b0c 0.00 MB 1 0
205,386 205,386 00000000000003973c568d2d1d197bc4c442514fac296cdf975c017ef17b1af5 0.05 MB 115 179
205,385 205,385 000000000000048e058457edcc7090f3033ecd480dc51a451f189cf1d2b6d963 0.00 MB 6 144
205,384 205,384 00000000000002f1259ae24a9f07a60b8c9768c22c33a5a56912b4276b25ff07 0.09 MB 221 135
205,383 205,383 00000000000004ba8c8e27346d6493cd05b9e6e535924ceb41a6d4ac1afdd41c 0.05 MB 141 116
205,382 205,382 000000000000020ae5f1dfb59761aaea32a6f3647b0723a335a2c048d93478bf 0.05 MB 132 207
205,381 205,381 000000000000016f651984fc0127dc6bc2e2dbf8c6bac1dc0209354956948821 0.10 MB 152 80
205,380 205,380 00000000000000331468539147145d8061cb251e1335e391c32d2322d8b1bffe 0.04 MB 105 142
205,379 205,379 0000000000000030ce27b2e5010c0dcb33cfce06b1068d8363e3a8b8ecdd8843 0.01 MB 22 156
205,378 205,378 000000000000011692daaa53b86553a9c75c269b4e31f1bb5102cec96da611c2 0.01 MB 46 12
205,377 205,377 000000000000034bf6ef1f18d831030aacbd4fbb9502271673e45bc1b866e5fd 0.02 MB 41 253
205,376 205,376 00000000000003c4f55084b5bd9c7c8e3540e7bbbe3d8e60be33fe4f6c1a956e 0.04 MB 113 168
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.