Memory Pool Memory Pool Refreshing

5,489 transactions
2.68 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,851 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,825 (252,543 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,282 655,282 0000000000000000000bd04e08c6a0c7c67243e4787820f7c1071e917582dc8d 1.29 MB 1,820 96
655,281 655,281 0000000000000000000b11845010edbf4deebe4fe5090d325c5d2bcb8555eb13 1.16 MB 2,314 60
655,280 655,280 0000000000000000000436ac51cb350c265d94cd3028caa2f875a63d417bd2dc 1.17 MB 2,394 56
655,279 655,279 00000000000000000008a9934b65788d49c6d8e95da5c7d6ac5759cd46fe9172 1.12 MB 2,840 66
655,278 655,278 0000000000000000001059f133e7cf4a4e60c07e196028cf96346baa01bb3ba9 1.41 MB 2,524 284
655,277 655,277 000000000000000000056a1e7197d69cb3151622d45f7021de50ea42d6ee25da 1.14 MB 2,678 100
655,276 655,276 000000000000000000018884c71176c09c4422695332866db005f1a9d5304b2b 1.33 MB 2,809 182
655,275 655,275 00000000000000000004fe73d45db9b47678b060fc72f02673b0ad13e005ce70 1.36 MB 2,927 265
655,274 655,274 0000000000000000000423ad6739abdd7cedac8491af726e8028c518cd2e9f4b 1.31 MB 2,821 313
655,273 655,273 00000000000000000004a4b8caf2282868de82d495432fdf4588aeaebd6f6dcb 1.21 MB 1,658 322
655,272 655,272 0000000000000000000f30fb6baf0ff76cc761c4ac59cf9690bdf37001dd2dda 1.25 MB 2,277 161
655,271 655,271 000000000000000000030960cd8875cca6eb082402b5025ae170556fabb90d4e 1.24 MB 2,269 69
655,270 655,270 0000000000000000000c269300916795cc5029c09134afecb8c646e8743f0ae4 1.39 MB 2,564 267
655,269 655,269 0000000000000000000d00a7c9a5edd4b5bea30b85f371a7cda5fe87d7a646cc 1.24 MB 2,560 89
655,268 655,268 0000000000000000000e3060fe082bb1d08720ce0338c0f10b4034f6d9039634 2.17 MB 415 101
655,267 655,267 000000000000000000041202aa33cfff1ec6f13bc5cae1b6260720afd21417a0 1.91 MB 1,240 105
655,266 655,266 0000000000000000000221e14ba1a394f6367f760127ad5ff9e6724f09a57e21 1.31 MB 2,187 159
655,265 655,265 0000000000000000000ece0356b586f07c91a326b18183e3176202054b0440e7 1.41 MB 2,346 148
655,264 655,264 0000000000000000000c77eee6337041dfaec8bf8f8b9ce26693237977a42f9b 1.25 MB 2,928 189
655,263 655,263 0000000000000000000c871bda4b6d13e77f6e86d02d01740da0facf6cc80b3c 1.38 MB 2,948 237
655,262 655,262 00000000000000000010a09c8c28c10b58d9b7a36a9e6fbb8922b559fcce49b2 1.32 MB 2,915 262
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, 114 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.