Memory Pool Memory Pool Refreshing

6,045 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,094 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,048 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,093 (665,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,833 242,833 000000000000001b1aa986452a20b6356a7aadadc4241cd6ad0da0402e0de2ca 0.15 MB 355 172
242,832 242,832 00000000000000c216cdd823731c88db462fed4edb0a70dba9f1d7a36959d719 0.12 MB 283 366
242,831 242,831 0000000000000095479e6fcf6ecc59a029d66e92d283b4924c85a20ad1cbf168 0.15 MB 429 488
242,830 242,830 0000000000000009d84d1457a66fe80f0374f75df191e4f625e83dc61ec1211c 0.04 MB 65 491
242,829 242,829 0000000000000070b0f79fbb6060bcd4e154d71a8442296eba0f45ce53b7adec 0.12 MB 299 199
242,828 242,828 00000000000000a2c5dabb13d3c2f373b02f1b33cfd3602cf36f43bcfdf1b7d3 0.14 MB 297 145
242,827 242,827 00000000000000d3970bb65ebe1d18c700c675c1026caa9c0d9c3fbd9c3ca97e 0.05 MB 99 141
242,826 242,826 000000000000002b4297bb93a1a2bc2e8b91e8121204a8233f6a2acb323680c9 0.00 MB 10 172
242,825 242,825 00000000000000b6c51a2c9b243afee230ad320afa60165710bdc9bcd27498f6 0.16 MB 412 209
242,824 242,824 0000000000000002cf37c2efbe8b00c04fc63e48b1efeee1dc8a1e3ac1caf028 0.07 MB 180 338
242,823 242,823 000000000000000b8c6bc65c349118f51f899abb0c510c227e7679649caa7608 0.03 MB 80 166
242,822 242,822 00000000000000583bde681d23a68c46d81b6cc97322373899fb3558a8f6a369 0.13 MB 283 345
242,821 242,821 000000000000008298c43cb4cbc5e466a65b4786c052022afa82f27e4f31879a 0.10 MB 280 301
242,820 242,820 0000000000000080f106970b64de28b4c0723756c4a836442d292e4fdf776213 0.07 MB 126 101
242,819 242,819 000000000000009c52f76026bfa5c4669b1f132f127a32772ffed467a21cfcac 0.05 MB 117 203
242,818 242,818 00000000000000bc3c74e2ad62cb935e86a536ffc69c989701075a5d69ffdbd2 0.07 MB 151 181
242,817 242,817 0000000000000035d87ebdd3cbef8d55f93d3a7a772ebef495fc6e3f32fb9c7d 0.03 MB 64 50
242,816 242,816 00000000000000b2d40a671f4e811d0bad40204397f63605f6274aabe3bdc078 0.01 MB 28 178
242,815 242,815 00000000000000c510e69dc73addc1991c0c5dfc4edfcc9829ad40ae96374d6a 0.10 MB 217 140
242,814 242,814 0000000000000021cc4fd91e0ef64dbd2494d42bd4706be09562159a199de8ca 0.05 MB 98 35
242,813 242,813 000000000000002f356c8261e16ab5a777be53a3a8922563479ba7b2e897b57a 0.15 MB 303 449
Previous 10 blocks ↓
Total Size: 769.72 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,677.75 GB sent, 96.51 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.