Memory Pool Memory Pool Refreshing

17,844 transactions
5.76 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,526 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (710,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,305 197,305 000000000000023910b81335133d184f6e487a9eace61c7db8ccfbd5bd399700 0.06 MB 154 125
197,304 197,304 000000000000068d510dccf53f770a8a966b31d5e2a4e16c14ccd464b87474e2 0.06 MB 127 109
197,303 197,303 000000000000044373d0e67b6abfd9b4baecf235255cafc8926dd9e45e360cf8 0.13 MB 234 102
197,302 197,302 0000000000000423142fb223425d46626f00eae60626d0cfcc26f8fceed6b100 0.08 MB 157 116
197,301 197,301 0000000000000638ce17db07923da9a54ff8e82870b96f13bb43fd28667baf45 0.23 MB 522 131
197,300 197,300 00000000000005aa14a22cafbbd3baea7534d388429c04b903368bd0fe23c031 0.06 MB 128 106
197,299 197,299 0000000000000045f8d5ff8e2028116aa12a86168bc7878395ddc5c27b98cac0 0.22 MB 555 130
197,298 197,298 000000000000064528fd92832b8de998679d265b47512b4d6682a6520b187047 0.07 MB 233 46
197,297 197,297 0000000000000504978435698e71aa6c5d659eb2981fa689e8dc0b7ad121f471 0.02 MB 60 120
197,296 197,296 0000000000000626c24d98b8bc0fc85e360366ef5fe0212bbfeb35fb80d740c1 0.14 MB 256 108
197,295 197,295 0000000000000126173c046f5c045045661e5c5a650ac8ab7e670f12cc63dc1f 0.03 MB 60 66
197,294 197,294 000000000000040d1b00cd759b873d96b068057ab8d2a5074b888c4813eff987 0.16 MB 357 136
197,293 197,293 00000000000004e79bb97e87debe4acf52dee90d7af800627855f86b6f008ebc 0.15 MB 400 137
197,292 197,292 00000000000003cb6c8febc5f73211cd5074cb855128c42e43331a4f8ed61a6b 0.14 MB 268 182
197,291 197,291 00000000000005c839363eeee11f2a13eb0140d8b53611f27a36b28da0a40982 0.06 MB 117 125
197,290 197,290 00000000000002be1c32a53b11b2f666ff75952af88f9942729f0409ac4da2ad 0.05 MB 148 116
197,289 197,289 00000000000005af4ee1320285fe33adc1e0e5a12013bd23d9813c8589720b79 0.07 MB 166 121
197,288 197,288 00000000000004f6f161a5034e7ec824e905a83988b8e227f75c8e41fd3ca22f 0.03 MB 80 85
197,287 197,287 000000000000006bfde24b61a66176fe320d205f24399d01f0fe89292ada8dee 0.01 MB 23 94
197,286 197,286 000000000000012cbfde72ccf0f915e1145d7876772e03ad4205403df25ccffb 0.03 MB 69 107
197,285 197,285 00000000000000f57545d610cdb02392f20f37efe8f8a80fc42c0bf6a493374e 0.05 MB 192 15
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.