Memory Pool Memory Pool Refreshing

6,296 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 12/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,848 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,700 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,847 (656,645 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
251,202 251,202 000000000000005ff6af6d5b14c5a1058729c027b03e8e1980f4cbae67247142 0.25 MB 508 153
251,201 251,201 000000000000004c098efdf8d8aebb5f3f04079f4becf5ac2691a28c58d234d8 0.22 MB 512 48
251,200 251,200 00000000000000363567a4644278590a77fe509c85b77ef0a55568bf5360c435 0.10 MB 208 127
251,199 251,199 000000000000001dad3cbae218f0845b31b2e9ab94b3af3a6ae622c10ea6b6d9 0.07 MB 134 105
251,198 251,198 000000000000006be61083d44158c5005b078373aee062e7460d22a67b92b876 0.08 MB 238 185
251,197 251,197 0000000000000057c107188ccd1c2b01c5f2e944af03f15d86c83d71ee61e0a0 0.11 MB 272 130
251,196 251,196 000000000000000cf71a0abf50e619dd8a21d42b6c607a73aef25505ef462208 0.19 MB 407 112
251,195 251,195 000000000000006750bc03720024c73f05503344c38acc137dcd1ac30c4ee6fa 0.19 MB 367 124
251,194 251,194 000000000000006809a0afe1b70b3bbb896a2f6a449142a3f78fdfdd3ff0a05d 0.06 MB 111 107
251,193 251,193 000000000000002c5cb88507a43e34cf82542a3d38ab2f13afb0521e64eae184 0.17 MB 432 179
251,192 251,192 00000000000000611ecb6371389124587fa7fd7bdc44e25910d808c7cc5f7c80 0.12 MB 219 142
251,191 251,191 000000000000004ed8c8c275af8d986ff90f169b3a3357c39d244955991a929f 0.19 MB 434 99
251,190 251,190 00000000000000598edbe2c5589ba12ff7c99c067865335a6844e8efbb21664c 0.10 MB 209 96
251,189 251,189 0000000000000016d99bad8185c51da4ab23276e3b0ef00241c6872800abdfb0 0.12 MB 256 74
251,188 251,188 00000000000000171d7c4e7e484313575f468a978ae567725264a0d825a5b35e 0.03 MB 67 111
251,187 251,187 0000000000000039aab4aeb5c4eeea8aae30e50fa8a54434a4e4aa51f81a8a29 0.09 MB 202 79
251,186 251,186 0000000000000035c1c652b52b94140f9e71def0324ea5bf782fda90b4264036 0.14 MB 388 180
251,185 251,185 0000000000000001a61f82fee57cab95f7ef2800a082b1949b530bdc4346d9cb 0.14 MB 347 86
251,184 251,184 00000000000000712cff478f99f90e156e453f506f4a1ea7a28127b46098ea52 0.08 MB 128 33
251,183 251,183 000000000000002c6067bc53f617f3e4aa9d684530388a828c0547fab865b32f 0.06 MB 163 132
251,182 251,182 00000000000000112bf3d01ea7f4209cb4e3366498b7fcbbbfe4f66b6ea8c699 0.12 MB 285 113
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.21 GB sent, 94.20 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.