Memory Pool Memory Pool Refreshing

3,068 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (721,310 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,443 186,443 00000000000005cbfc1d71cf61f60e56c54ef9d11989b12e99eb5c59ea0eb5ff 0.00 MB 13 0
186,442 186,442 000000000000021670447912b0436c8c029acebf417c7313841babc29cbb86da 0.26 MB 714 141
186,441 186,441 000000000000078528ae11c48f8636cbcf2fb3cf85c227ed4c915146aecb5e81 0.05 MB 126 117
186,440 186,440 00000000000003d4d86c0e0115cf68f51614524b30875d2b0211d03c3f5a22e1 0.00 MB 8 14
186,439 186,439 00000000000000a98bd31e5afbc6838fbcf51e0729f6c3345bb0adc2236963c8 0.01 MB 32 221
186,438 186,438 00000000000001e20ba733bd3773e061fcf4fb2819512e38572359de615e4376 0.25 MB 644 143
186,437 186,437 0000000000000017e58c62f5ed0e499c53a15b13c85e9b66a609c72059e624e6 0.07 MB 238 64
186,436 186,436 00000000000008271a33466585e33ad224a67744342bcc73765856d14425ccf0 0.02 MB 40 155
186,435 186,435 000000000000047a5506584262ada43f8f6982d142111549ad4890e317d37621 0.04 MB 48 65
186,434 186,434 000000000000079d5809f400f995f4709cf0f91e056a68e60c0a9d9e9ea9277a 0.25 MB 608 160
186,433 186,433 00000000000006b05bafcf79b2f484532f52aab8471b939f8b7382048bd71420 0.25 MB 618 134
186,432 186,432 00000000000002feac5535c6a34e62dae20a5924e34b05d3c0ccc3534eb1a7d1 0.05 MB 123 101
186,431 186,431 000000000000069636c81b76778c94a7f1b4031c6e1ad34b44a9dd243c0c6428 0.05 MB 134 220
186,430 186,430 00000000000004bddbdb15ac70a39b5ac4659b8dcec513ffb76554ba6d280993 0.01 MB 32 111
186,429 186,429 0000000000000031f7694d40a1c0485fcb2689beba69d67086c73853217f2cb6 0.09 MB 324 141
186,428 186,428 000000000000082abb423917b8bdbd612862d1468ecfa13a0fc456cd7d6c9a0a 0.01 MB 32 276
186,427 186,427 00000000000007347da6095ce1e6bffea04afe143fc6850e87a9df9597f4bc39 0.25 MB 685 157
186,426 186,426 000000000000080bc1d7e6cacd5508f78a0d1ad9ce23c1cd80ce6cf09d48e24c 0.00 MB 14 15
186,425 186,425 00000000000006a6ff8ad7b074a1844ccfa14ed37d81edfa6882e083607a5702 0.05 MB 27 59
186,424 186,424 000000000000014730e86e20ac13cdc5fc86111323a5674c13b26627845eaf40 0.12 MB 257 175
186,423 186,423 000000000000051ffed441377781e37d367381c58ceb8dc70f6fad171f92c92e 0.02 MB 16 14
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.