Memory Pool Memory Pool Refreshing

3,963 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,656 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (688,642 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,093 219,093 00000000000000f82343d9bbee886b4a2d3d7a7a73acca353ec6a42be2cc733c 0.13 MB 189 532
219,092 219,092 0000000000000032578271ca4d8350fe200810c61ff67f9579c579542b5c7ceb 0.22 MB 283 183
219,091 219,091 0000000000000399ca77b341786577e89d3d606313d6f4a0580d735eb3713603 0.25 MB 718 318
219,090 219,090 000000000000037be0cbd845c5432f2068cf732bfeefd0d566cd9ebf27e440c2 0.19 MB 420 177
219,089 219,089 00000000000002b6aa34e1c133250917da7185e0552c23ad969f14efac85df42 0.18 MB 320 142
219,088 219,088 000000000000022e329ac9be5277b58c8eada783f6679deae99088c786b08631 0.25 MB 814 260
219,087 219,087 000000000000042314761d9e3901d43e601cfc866f70445806baa57c0985fe22 0.05 MB 134 332
219,086 219,086 00000000000000c439e73aa46161a8032dc03b49e6dd2ad42620ff3ed24aca10 0.08 MB 238 91
219,085 219,085 000000000000028cddda29500846b986fbaa7c155e70f4d1081470081815afc8 0.14 MB 320 165
219,084 219,084 00000000000004c32079284abea6620378cd1dc61c6b6c82d507f5f2f392a694 0.22 MB 577 210
219,083 219,083 00000000000001c749c7989b168a77b361a75ec7e5ab545a37ed29d85729094a 0.19 MB 431 282
219,082 219,082 00000000000003b4c1277377d75efd37988ad9068fe0956daafd18a607177e4c 0.05 MB 152 178
219,081 219,081 0000000000000522eace1960ff523315881c5f7424c76bc337043c941c84b6c2 0.01 MB 38 387
219,080 219,080 0000000000000381b51ca2ec0a7f3fff54e993cd4500024803d58a088e9d42b1 0.12 MB 333 220
219,079 219,079 00000000000002ff11b38fee36b46bac345e597470f565460ccbea7149f920d5 0.28 MB 523 139
219,078 219,078 000000000000041700453174f2c6876ce59f2c379eec93d7b7b4fb22e97cb9f1 0.02 MB 69 87
219,077 219,077 00000000000002f46091ca8a7314e1895d52699223aea208a7232f9c7206a275 0.26 MB 241 113
219,076 219,076 00000000000001a56f422563a15632e4e74f9ec1be4aed396b3a6f567486e6e5 0.05 MB 109 108
219,075 219,075 00000000000003c9681a343daec49641eb5958a63479f29eb587e4a4f787510c 0.18 MB 415 214
219,074 219,074 000000000000033920aae099546601e284394fc7bb4acc64f347b7872f50f534 0.07 MB 129 111
219,073 219,073 0000000000000007f697a6bc11d110542f25ab85418e37b21017e7256bb4a2c6 0.25 MB 397 144
Previous 10 blocks ↓
Total Size: 769.05 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,627.30 GB sent, 93.12 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.