Memory Pool Memory Pool Refreshing

3,603 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,916 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,315 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,915 (609,507 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,408 298,408 000000000000000075e9204a85cbac6c4c2e964a4eafc40572c90e26fe4243fb 0.22 MB 512 54
298,407 298,407 00000000000000000cdefa6ac1386f03e020721cd0292f0805fb0ba52da121ce 0.14 MB 224 26
298,406 298,406 000000000000000048b67df4ac519c2d97258e818894ec671de669431bdcd605 0.07 MB 151 37
298,405 298,405 0000000000000000789f987a881a2af5ec37ad7d35bf815ecfa61bf2ccdab34d 0.02 MB 39 32
298,404 298,404 00000000000000003fdf305ea54f31487f63a40432db670177b239a3b9ee4be8 0.17 MB 216 24
298,403 298,403 000000000000000040f3a801198fb96c5a49998bd7fa706a3bb0e058bd6f1c40 0.12 MB 256 53
298,402 298,402 000000000000000026c7def799f1cb72c0acffb9477a451a914a3e95da29f421 0.07 MB 265 41
298,401 298,401 000000000000000078056e082b11855987e1247f7d9e4a813e3381bad7ed417f 0.18 MB 365 38
298,400 298,400 000000000000000019421c02df6f19274abd7e28bffef3acee3d7929d05e964b 0.17 MB 276 36
298,399 298,399 00000000000000001176868b6b7e1cd8ac570c35b26e441f0148e38af6b097f7 0.35 MB 676 39
298,398 298,398 000000000000000023619d1d2174b566ae62c472af2cd6481eaf8615c2e67f3b 0.07 MB 121 29
298,397 298,397 00000000000000003aea630e98ce6a59c714643bba8c6ee0ec9b1bbb4ffadc65 0.08 MB 93 26
298,396 298,396 00000000000000005948fd6d6995d15f20fc547668217da33e0c466e29028795 0.08 MB 132 29
298,395 298,395 000000000000000029bcda0175af468a1abcf672936528a7f528a0aa092fdc5d 0.23 MB 291 39
298,394 298,394 0000000000000000080cd5c02befdbdc518103d22b55a75c4a540104f97474a8 0.20 MB 406 49
298,393 298,393 00000000000000008791330fbfaeb2c7511cf57a4c616c940d0521a4eb317b45 0.13 MB 189 28
298,392 298,392 0000000000000000892e99ce643e534a75391f51a54855decb4c3fbe92130cbe 0.34 MB 402 28
298,391 298,391 00000000000000006271da01fb4207cf3bfbf7c036d0737918138adcd8021b10 0.19 MB 512 56
298,390 298,390 00000000000000003dbe89b800b2172a2b5504fe574b5e1c3aca3e90a6d540ee 0.44 MB 789 32
298,389 298,389 00000000000000002047ae847fd544bd13b2efe88e6fdd58a9318ee87bd230ab 0.01 MB 12 32
298,388 298,388 000000000000000059f17f2447f24f12f7b8d45ceb8074a61d4efa6c529862ed 0.15 MB 258 26
Previous 10 blocks ↓
Total Size: 769.38 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,644.24 GB sent, 94.87 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.